definition: |
(<|>) :: [a] -> [a] -> [a] (<|>) = (++) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Combine command sub parsers. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
infixl |
iotype: |
{() |-> {++}} |
name: |
<|> |
precedence: |
5 |
result-values: |
{++} |
signature: |
[a] -> [a] -> [a] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |