lean4-htt/library/init/data/list
Leonardo de Moura 52d4189805 feat(library/tactic): add dsimp_config configuration object for the dsimp tactic family
Now, `dsimp` fails if the goal did not change.
We can use the config object to obtain the previous behavior:
```
dsimp {fail_if_unchaged := ff}
```
See comment https://github.com/leanprover/lean/issues/1694#issuecomment-310956315
at issue #1694
2017-06-30 17:15:10 -07:00
..
basic.lean feat(library/init/meta): add coinduction method 2017-06-12 20:42:48 -07:00
default.lean feat(library/init/data/list/qsort): add temp qsort as meta definition 2017-02-17 21:07:09 -08:00
instances.lean refactor(*): wrap string in a structure 2017-06-07 17:30:49 -07:00
lemmas.lean feat(library/tactic): add dsimp_config configuration object for the dsimp tactic family 2017-06-30 17:15:10 -07:00
qsort.lean feat(init/data/list,data/list): new basic list operations from haskell 2017-05-16 14:38:43 -07:00