lean4-htt/src/Init
Leonardo de Moura f20d4aaa83 fix: avoid termParser at mkAntiquot
@kha `mkAntiquot` is used in all categories. I removed
`termParser (appPrec + 1)` to avoid nasty interactions between
`termParser` and the surrounding category.
This commity ensures the antiquotation prefix is one of the following
forms `$<id>` or `$(<term>)`.
I made the two cases look like term syntax because I didn't want to
change your expander. We should fix this next week.
2020-01-20 10:19:16 -08:00
..
Control chore: helper functions 2020-01-03 12:24:14 -08:00
Data feat: add Array.filterM 2020-01-19 15:18:01 -08:00
Lean fix: avoid termParser at mkAntiquot 2020-01-20 10:19:16 -08:00
System feat: MonadIO now extends MonadExcept IO.Error 2020-01-19 17:23:37 -08:00
Coe.lean chore: library/Init ==> src/Init 2019-11-22 06:06:05 -08:00
Control.lean chore: library/Init ==> src/Init 2019-11-22 06:06:05 -08:00
Core.lean feat: add HasOfNat 2019-12-16 10:28:28 -08:00
Data.lean chore: library/Init ==> src/Init 2019-11-22 06:06:05 -08:00
Default.lean refactor: LeanExt => LeanInit 2020-01-15 20:53:23 -08:00
Fix.lean chore: library/Init ==> src/Init 2019-11-22 06:06:05 -08:00
Lean.lean feat: add helper functions for accessing structures 2019-12-12 08:19:59 -08:00
LeanInit.lean refactor: move basic Syntax API to LeanInit 2020-01-19 14:44:03 -08:00
Makefile.in chore: ignore stale .c file at update-stage0 2019-12-11 09:45:15 -08:00
relative.py chore: move Makefile.in 2019-11-22 07:48:04 -08:00
System.lean chore: library/Init ==> src/Init 2019-11-22 06:06:05 -08:00
Util.lean fix: leaks 2019-12-22 15:09:19 -08:00
WF.lean chore: Heq ==> HEq 2019-12-04 11:20:38 -08:00