traverse v0.1.6 Traverse.Mapper
Implements structure perserving transformations on arbitrary data structures
Link to this section Summary
Link to this section Types
Link to this type
t_traceable_fn()
t_traceable_fn() :: (any() -> any()) | (any(), any() -> any()) | (any(), any(), any() -> any())
Link to this section Functions
Implements Traverse.map
Link to this function
mapall(ds, transformer, post)
mapall(any(), t_simple_mapper_fn(), boolean()) :: any()
Implementation of Traverse.mapall