CurryInfo: contracts-3.1.0 / Contract.Names.toSpecQName

definition:
toSpecQName :: (String,String) -> (String,String)
toSpecQName (mn,fn) = (mn, toSpecName fn)
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Transform a qualified name into a name of the corresponding specification
--- by adding the suffix "'spec".
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({(,)}) |-> {(,)}}
name:
toSpecQName
precedence:
no precedence defined
result-values:
{(,)}
signature:
(String, String) -> (String, String)
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms