Sebastian Ullrich
Sebastian Ullrich
Benchmarks: https://github.com/leanprover/lean4/pull/1689#issuecomment-1268175703
Gonna use this issue to collect a few unexpected results I've encountered * searching for `smap` or `SMap` does not find the actual type
We should move all `*Info.format` functions to `MessageData` instead so options like `pp.raw` and `pp.raw.showInfo` are heeded correctly.
This came up in context of #1647: an implicit auto-param could only be specified using a named argument of `@`
As in Lean 3, declaration names starting with `_` should be rejected.
Currently ``` ``(cat| ...) ``` is not supported, i.e. it can only be used with `command/term`. I'd like to wait with this change until we have unified the `|` notation...
I had even mentioned it on our course slides! :)  For the sake of consistency with the base tactics, I would suggest: * `norm simp f` should do smart...
To get rid of the last item in https://github.com/IPDSnelting/tba-2022/blob/master/TBA/Util/AesopExts.lean. I assume this can be useful for forward reasoning with IHs in other projects as well. If the syntax looks agreeable,...