CurryInfo: contracts-3.1.0 / Contract.Names.toPreCondQName

definition:
toPreCondQName :: (String,String) -> (String,String)
toPreCondQName (mn,fn) = (mn, toPreCondName fn)
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Transform a qualified name into a name of the corresponding precondition
--- by adding the suffix "'pre".
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({(,)}) |-> {(,)}}
name:
toPreCondQName
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