This website requires JavaScript.
Explore
Help
Sign in
max
/
lean4-htt
Watch
1
Star
0
Fork
You've already forked lean4-htt
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2
fa6697ffa8
lean4-htt
/
library
/
data
/
rbtree
History
Leonardo de Moura
368f17d0b1
feat(library/tactic/simplify): add
simp!
2018-01-16 17:29:24 -08:00
..
basic.lean
feat(library/init/meta/interactive): new
case
tactic with support for
with_cases
and tagging
2017-12-11 16:27:03 -08:00
default.lean
feat(library/data/rbtree): cleanup and add min max
2017-11-18 12:22:10 -08:00
find.lean
feat(library/tactic/simplify):
simp
reduces
c a_1 ... a_n = c b_1 ... b_n
into
a_1 = b_1 /\ ... /\ a_n = b_n
2018-01-12 18:18:56 -08:00
insert.lean
feat(library/tactic/simplify): add
simp!
2018-01-16 17:29:24 -08:00
main.lean
feat(kernel/inductive): improve how induction hypotheses are named
2017-12-05 15:58:09 -08:00
min_max.lean
feat(library/tactic/simplify):
simp
reduces
c a_1 ... a_n = c b_1 ... b_n
into
a_1 = b_1 /\ ... /\ a_n = b_n
2018-01-12 18:18:56 -08:00