CurryInfo: traversal-3.0.0 / Data.Traversal.noChildren

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