|
definition: |
family :: Traversable a a -> a -> [a] family tr x = familyFL tr x [] |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Computes a list of the given value, its children, those children, etc. |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_) |-> {:}}
|
|
name: |
family |
|
precedence: |
no precedence defined |
|
result-values: |
{:}
|
|
signature: |
(a -> ([a], [a] -> a)) -> a -> [a] |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
reducible on all ground data terms |