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