definition: |
readFun :: String -> CExpr readFun typ = case typ of "Int" -> applyF ("Prelude","read") [toVar 0] "Char" -> applyF (pre "head") [toVar 0] "Float" -> applyF ("Prelude","read") [toVar 0] "String" -> toVar 0 _ -> error ("Dta2Xml.readFun: unknown type " ++ typ) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
readFun |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> AbstractCurry.Types.CExpr |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |