Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2018-07-24 16:33 f9cf9d39

View on Github →

feat(category/traversable): basic classes for traversable collections

Estimated changes

added theorem id.comp_traverse
added theorem id.id_traverse
added theorem id.map_traverse
added theorem id.naturality
added theorem id.traverse_map
added theorem list.comp_traverse
added theorem list.id_traverse
added theorem list.map_traverse
added theorem list.naturality
added theorem list.traverse_map
added theorem option.comp_traverse
added theorem option.id_traverse
added theorem option.map_traverse
added theorem option.naturality
added theorem option.traverse_map