CurryInfo: currypp-3.2.0 / Main.parseTarget

definition: Info
 
parseTarget :: String -> Maybe PPTarget
parseTarget t | t == "foreigncode"  = Just ForeignCode
              | t == "defaultrules" = Just DefaultRules
              | t == "contracts"    = Just Contracts
              | otherwise           = Nothing
demand: Info
 argument 1
deterministic: Info
 deterministic operation
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {Just,Nothing}}
name: Info
 parseTarget
precedence: Info
 no precedence defined
result-values: Info
 {Just,Nothing}
signature: Info
 String -> Prelude.Maybe PPTarget
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term