definition: |
noChildren :: Traversable _ _ noChildren x = ([], const x) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Traversal function for constructors without children. --- |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {(,)}} |
name: |
noChildren |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
a -> ([b], [b] -> a) |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |