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

definition:
funWithinExp :: QName -> Expr -> Expr -> Expr -> FuncDecl
funWithinExp qf e x se = Func qf _ _ _ (Rule _ (inExp e x se))
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
documentation:
--- Returns (non-deterministically) some function declaration for the
--- given function name where the right-hand side is the given
--- expression with a variable hole and a subexression.
---
--- @param qf - The qualified function name
--- @param e  - The right-hand side with a hole containing `x`
--- @param x  - The variable in the hole
--- @param se - The subexpression at the hole in the right-hand side
--- @return The function declaration with `e` as the right-hand side
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_,_) |-> {Func}}
name:
funWithinExp
precedence:
no precedence defined
result-values:
{Func}
signature:
(String, String) -> FlatCurry.Types.Expr -> FlatCurry.Types.Expr
-> 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