Mathlib Changelog
v3
Changelog
About
Github
Mathlib v3 is deprecated.
Go to Mathlib v4
Commit
2018-08-15 20:47
bde21328
View on Github →
feat(category/traversable): derive traversable instances Authors: Simon Hudon, Mario Carneiro
Estimated changes
Modified
category/applicative.lean
added
theorem
applicative.ext
modified
theorem
applicative.map_seq_map
modified
theorem
applicative.pure_seq_eq_map'
added
theorem
comp.applicative_comp_id
added
theorem
comp.applicative_id_comp
modified
theorem
comp.map_pure
modified
theorem
comp.pure_seq_eq_map
modified
theorem
comp.seq_assoc
modified
theorem
comp.seq_pure
Modified
category/basic.lean
added
def
list.mpartition
modified
theorem
map_seq
modified
def
mtry
modified
def
mzip_with'
modified
theorem
pure_id'_seq
modified
theorem
seq_map_assoc
modified
def
succeeds
Modified
category/functor.lean
added
theorem
functor.comp.functor_comp_id
added
theorem
functor.comp.functor_id_comp
modified
theorem
functor.comp.map_mk
added
def
functor.comp.mk
added
def
functor.comp.run
added
def
functor.comp
deleted
structure
functor.comp
added
theorem
functor.ext
Modified
category/traversable/basic.lean
modified
theorem
applicative_transformation.preserves_map
modified
theorem
applicative_transformation.preserves_pure
modified
def
sequence
Created
category/traversable/derive.lean
Modified
category/traversable/equiv.lean
Modified
category/traversable/instances.lean
deleted
theorem
id.comp_traverse
deleted
theorem
id.id_traverse
deleted
theorem
id.map_traverse
deleted
theorem
id.naturality
deleted
theorem
id.traverse_map
modified
theorem
list.comp_traverse
modified
theorem
list.id_traverse
deleted
theorem
list.map_traverse
modified
theorem
list.naturality
added
theorem
list.traverse_eq_map_id
deleted
theorem
list.traverse_map
modified
theorem
option.comp_traverse
modified
theorem
option.id_traverse
deleted
theorem
option.map_traverse
modified
theorem
option.naturality
added
theorem
option.traverse_eq_map_id
deleted
theorem
option.traverse_map
Modified
category/traversable/lemmas.lean
modified
theorem
traversable.comp_sequence
added
theorem
traversable.map_eq_traverse_id
added
theorem
traversable.map_traverse
modified
theorem
traversable.naturality'
added
theorem
traversable.naturality_pf
modified
def
traversable.pure_transformation
added
theorem
traversable.pure_transformation_apply
added
theorem
traversable.pure_traverse
deleted
theorem
traversable.purity
added
theorem
traversable.traverse_comp
added
theorem
traversable.traverse_eq_map_id'
deleted
theorem
traversable.traverse_eq_map_ident
added
theorem
traversable.traverse_id
added
theorem
traversable.traverse_map'
added
theorem
traversable.traverse_map
Modified
data/vector2.lean
added
def
vector.to_array
Modified
tactic/basic.lean
Modified
tactic/wlog.lean
Modified
tests/examples.lean
added
inductive
either
added
structure
my_struct2
added
structure
my_struct
added
inductive
rec_data3
Modified
tests/tactics.lean