CurryInfo: property-prover-2.0.0 / Inference.Flattening.flattenRule

definition:
flattenRule :: Flattening (ARule a)
flattenRule xs (ARule a vs e)  = second (ARule a vs) (flattenExpr xs e)
flattenRule xs (AExternal a s) = (xs, AExternal a s)
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Flatten a rule
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{ARule}) |-> {(,)} || (_,{AExternal}) |-> {(,)}}
name:
flattenRule
precedence:
no precedence defined
result-values:
{(,)}
signature:
[Prelude.Int] -> FlatCurry.Annotated.Types.ARule a
-> ([Prelude.Int], FlatCurry.Annotated.Types.ARule a)
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term