Sebastian Ullrich

Results 103 issues of Sebastian Ullrich

Benchmarks: https://github.com/leanprover/lean4/pull/1689#issuecomment-1268175703

dev meeting

Gonna use this issue to collect a few unexpected results I've encountered * searching for `smap` or `SMap` does not find the actual type

bug
help wanted
server

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 `@`

enhancement

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...

enhancement

I had even mentioned it on our course slides! :) ![image](https://user-images.githubusercontent.com/109126/179241161-cc2c5912-7c5c-47b3-9bff-ae9add2c9d45.png) 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,...