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

definition: Info
 
declVar :: VarIName -> Expr -> LocalDecl
declVar v e = LocalPat (PVar v) e []
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {LocalPat}}
name: Info
 declVar
precedence: Info
 no precedence defined
result-values: Info
 {LocalPat}
signature: Info
 (Prelude.Int, String) -> AbstractHaskell.Types.Expr
-> AbstractHaskell.Types.LocalDecl
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms