definition: |
conc :: [Int] -> RegExp a -> RegExp a -> RegExp a conc _ p q = p ++ q |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- αβ |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> _} |
name: |
conc |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[Prelude.Int] -> [ORegExp a] -> [ORegExp a] -> [ORegExp a] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |