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