definition: |
anyL :: (Semiring s, CGFunction s, Ord c, Eq s) => [Int] -> Reg c s anyL l = sym l (\_ -> one) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- _ |
failfree: |
(_, _, _, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_,_,_) |-> {Reg}} |
name: |
anyL |
precedence: |
no precedence defined |
result-values: |
{Reg} |
signature: |
(Semiring b, CGFunction b, Prelude.Ord a, Prelude.Eq b) => [Prelude.Int] -> Reg a b |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |