CurryInfo: abstract-haskell-3.0.0 / AbstractHaskell.Goodies.simpleRule

definition: Info
 
simpleRule :: [Pattern] -> Expr -> Rules
simpleRule ps e = Rules [Rule ps (SimpleRhs e) []]
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {Rules}}
name: Info
 simpleRule
precedence: Info
 no precedence defined
result-values: Info
 {Rules}
signature: Info
 [AbstractHaskell.Types.Pattern] -> AbstractHaskell.Types.Expr
-> AbstractHaskell.Types.Rules
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms