CurryInfo: icurry-3.2.0 / ICurry.Interpreter.showILit

definition: Info
 
showILit :: ILiteral -> String
showILit (IInt   n) = show n
showILit (IChar  c) = show c
showILit (IFloat f) = show f
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Shows a literal as a string. Used in the interpreter to avoid
specific graph nodes for literal values.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({IInt}) |-> _ || ({IChar}) |-> _ || ({IFloat}) |-> _}
name: Info
 showILit
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 ICurry.Types.ILiteral -> 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