lean4-htt/library/data
Leonardo de Moura 76799db032 feat(library/init/meta/interactive): simph ==> simp [*]
This modification was suggested by @kha.

TODO:
- Use `simp [-f]` instead of `simp without f`
- Allow users to remove hypothesis from `*`. Example: `simp [*, -h]`
  for simplify using all hypotheses but `h`.
2017-07-03 15:14:47 -07:00
..
buffer feat(library/init/meta/simp_tactic): cleanup dunfold 2017-06-30 20:49:20 -07:00
list feat(library/init/meta/interactive): simph ==> simp [*] 2017-07-03 15:14:47 -07:00
set refactor(library): avoid auxiliary definitions such as add/mul/le/etc 2017-05-01 08:52:19 -07:00
bitvec.lean feat(library/init/meta/simp_tactic): cleanup dunfold 2017-06-30 20:49:20 -07:00
buffer.lean refactor(library): has_to_string ==> has_repr 2017-06-18 18:29:19 -07:00
dlist.lean refactor(frontends/lean/tactic_notation): rename note/define tactics to have/let 2017-06-22 08:03:23 -07:00
hash_map.lean feat(library/init/meta/interactive): simph ==> simp [*] 2017-07-03 15:14:47 -07:00
lazy_list.lean fix(frontends/lean/elaborator): @applications don't make thunks 2017-06-22 08:24:11 -07:00
pnat.lean feat(data/pnat): positive natural numbers 2017-05-28 02:32:23 -04:00
stream.lean refactor(frontends/lean/tactic_notation): rename note/define tactics to have/let 2017-06-22 08:03:23 -07:00
vector.lean feat(library/init/meta/interactive): simph ==> simp [*] 2017-07-03 15:14:47 -07:00