traverse v0.1.2 Traverse.Mapper
Implements structure perserving transformations on arbitrary data structures
Summary
Types
t_simple_filter_fn :: (any -> boolean)
t_simple_mapper_fn :: (any -> any)
t_simple_walker_fn :: (any, any -> any)
t_traceable_fn ::
(any -> any) |
(any, any -> any) |
(any, any, any -> any)
Functions
Specs
mapall(any, t_simple_mapper_fn, boolean) :: any
Implementation of Traverse.mapall