CurryInfo: curry-source-1.2.0 / FlatCurry.Match.funWithExp

definition:
funWithExp :: QName -> Expr -> FuncDecl
funWithExp qf e = Func qf _ _ _ (Rule _ (withExp e))
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
documentation:
--- Returns (non-deterministically) a function declaration containing
--- the given expression in the right-hand side.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {Func}}
name:
funWithExp
precedence:
no precedence defined
result-values:
{Func}
signature:
(String, String) -> FlatCurry.Types.Expr -> FlatCurry.Types.FuncDecl
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term