CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Goodies.freeExpr

definition: Info
 
freeExpr :: AExpr a -> AExpr a
freeExpr aexpr = case aexpr of
  (AFree _ _ e) -> e
  _             -> error "AnnotatedFlatCurryGoodies.freeExpr: no free variable declaration"
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
get expression from declaration of free variables
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({AFree}) |-> _ || ({AVar}) |-> _ || ({ALit}) |-> _ || ({AComb}) |-> _ || ({ALet}) |-> _ || ({AOr}) |-> _ || ({ACase}) |-> _ || ({ATyped}) |-> _}
name: Info
 freeExpr
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 FlatCurry.Annotated.Types.AExpr a -> FlatCurry.Annotated.Types.AExpr a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms