Five tips for unit testing in Elixir Morphix 0.4.0 release

Iteraptor now works with MapSets as well

Iteraptor is a tiny library to iterate/map/reduce/filter deeply nested structures in Elixir.

Starting with v1.3 it iterates through MapSet as well (besides lists, maps, and keywords.)

to_flatmap → from_flatmap transform will return list for what was mapset since there is no way to understand it was originally a mapset based on the flat structure.