lean4-htt/library
Leonardo de Moura f2bb86f45c refactor: use an auxiliary environment extension to implement the mutual recursion between whnf, isDefEq and inferType
@Kha @dselsam I was experiencing an insane code explosion with the
previous approach. There were too many definitions marked with
`@[specialize]`. `Meta.c` was reaching 0.5 million lines of code.
We would need a more sophisticated code specializer cache to handle
this kind of code. The new approach is much simpler. I don't see any
major disadvantages.
2019-11-20 16:03:45 -08:00
..
Init refactor: use an auxiliary environment extension to implement the mutual recursion between whnf, isDefEq and inferType 2019-11-20 16:03:45 -08:00
library.md chore(library/library.md): update documentation 2017-08-16 14:17:26 -07:00
Makefile.in chore: over-engineered build log 2019-11-13 19:01:49 +01:00
relative.py chore: preparing for new naming convention 2019-10-04 14:22:23 -07:00