CurryInfo: currypp-3.2.0 / CPP.ICode.Parser.ML.Translate.translate

definition: Info
 
translate :: String -> LangParser
translate kind | kind == "html" = translateHTML
               | kind == "xml"  = translateXML
               | otherwise = error "translate: unknown kind"
demand: Info
 argument 1
deterministic: Info
 deterministic operation
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {translateHTML,translateXML}}
name: Info
 translate
precedence: Info
 no precedence defined
result-values: Info
 {translateHTML,translateXML}
signature: Info
 String -> CPP.ICode.ParsePos.Pos -> String
-> Prelude.IO (CPP.ICode.ParseMonad.PM 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