definition: |
negBracket :: [Int] -> [Either a (a,a)] -> RegExp a negBracket _ l = [NegBracket l] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- [^as] |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {:}} |
name: |
negBracket |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
[Prelude.Int] -> [Prelude.Either a (a, a)] -> [ORegExp a] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |