CurryInfo: rewriting-3.0.0 / Rewriting.Narrowing.narrowByL

definition:
narrowByL :: NStrategy f -> [TRS f] -> Int -> Term f -> [(Subst f, Term f)]
narrowByL s trss = narrowBy s (concat trss)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Narrows a term with the given strategy and list of term rewriting systems
--- by the given number of steps.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {narrowBy}}
name:
narrowByL
precedence:
no precedence defined
result-values:
{narrowBy}
signature:
([(Rewriting.Term.Term a, Rewriting.Term.Term a)] -> Rewriting.Term.Term a
-> [([Prelude.Int], (Rewriting.Term.Term a, Rewriting.Term.Term a), Data.Map.Map Prelude.Int (Rewriting.Term.Term a))])
-> [[(Rewriting.Term.Term a, Rewriting.Term.Term a)]] -> Prelude.Int
-> Rewriting.Term.Term a
-> [(Data.Map.Map Prelude.Int (Rewriting.Term.Term a), Rewriting.Term.Term a)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term