CurryInfo: property-prover-2.0.0 / Inference.Inference.showQNameAsFun

definition:
showQNameAsFun :: QName -> String
showQNameAsFun (mod, fun) = mod ++ toUpper c : cs
 where
  (c : cs) = encodeSpecialChars fun
demand:
argument 1
deterministic:
deterministic operation
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({(,)}) |-> _}
name:
showQNameAsFun
precedence:
no precedence defined
result-values:
_
signature:
(String, String) -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term