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

definition: Info
 
transOpName :: QName -> String
transOpName (mn,fn)
 | mn=="Prelude" = fromMaybe tname (lookup fn primNames)
 | otherwise     = tname
 where
  tname = mn ++ "_" ++ encodeSpecialChars fn
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Translates a qualified FlatCurry name into an SMT string.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({(,)}) |-> _}
name: Info
 transOpName
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 (String, String) -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term