CurryInfo: verify-non-fail-2.0.0 / Verify.WithSMT.transOpName

definition:
 
transOpName :: QName -> String
transOpName (mn,fn)
 | mn=="Prelude" = fromMaybe tname (lookup fn primNames)
 | otherwise     = tname
 where
  tname = mn ++ "_" ++ encodeSpecialChars fn
demand:
 argument 1
deterministic:
 deterministic operation
documentation:
 
Translates a qualified FlatCurry name into an SMT string.
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {({(,)}) |-> _}
name:
 transOpName
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