CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Build.applyJust

definition:
 
applyJust :: CExpr -> CExpr
applyJust a = applyF (pre "Just") [a]
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Applies the Just constructor to an AbstractCurry expression.
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> _}
name:
 applyJust
precedence:
 no precedence defined
result-values:
 _
signature:
 AbstractCurry.Types.CExpr -> AbstractCurry.Types.CExpr
solution-complete:
 operation might suspend on free variables
terminating:
 yes
totally-defined:
 reducible on all ground data terms