Jon Eugster
c45a6a93f9
chore: use emoji variant of ✅ ️, ❌ ️, 💥 ️ ( #5173 )
...
First part of #5015 , using emoji variant of unicode symbols for
✅ ️,❌ ️,💥 ️.
---
(Partially) closes #5015
2024-08-26 19:46:37 +00:00
JovanGerb
c7741607fb
fix: add missing registerTraceClass `Meta.synthInstance.instances ( #4151 )
...
The trace class Meta.synthInstance.answer isn't registered, so it can't
be used.
I set `inherited := true`, because I think it is a useful trace to have.
In particular it tells you when an instance has been found that has a
too large size. This is very useful information.
2024-05-15 18:59:01 +00:00
Kyle Miller
036b5381f0
fix: make tests be aware of new instance names ( #3936 )
...
#3089 caused the stage0 update to cause a number of tests to start
failing because they were using the old instance names.
2024-04-17 16:14:51 +02:00
Gabriel Ebner
34b0b4b7e2
chore: fix tests
2022-08-15 08:55:25 -07:00
Gabriel Ebner
50abc3e295
fix: correctly pretty-print @Eq
2022-01-12 09:41:41 +01:00
Leonardo de Moura
4f45a514fc
fix: TC issue introduced by recent bug fix
...
This commit fixes the issue reported at
https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/instance.20not.20synthesizing.20issue.3F
2021-08-23 17:32:19 -07:00
Leonardo de Moura
99e8a98f06
feat: allow universes metavariables from any depth to be assigned when ignoreLevelDepth is true
...
We set `ignoreLevelDepth` to true during type class resolution.
2021-08-18 20:20:51 -07:00
Leonardo de Moura
ec409a9bfc
fix: fixes #366
2021-03-23 16:02:45 -07:00