Jonathan Chan
Jonathan Chan
It was looping over a hashtable so there isn't a comprehensible order idk if `#:sort-by` is a good key name or if there's a different convention
[Issue #709] Based on [Agda's lexer](https://github.com/agda/agda/blob/master/src/full/Agda/Syntax/Parser/Lexer.x), I've filled out the remaining bits of the Agda lexer. It doesn't quite match the behaviour, especially in places where the semantics of the...
Suppose I had a file with the following: ``` module P (T: โ ) {t: T}. U : โ = T. ๐ = โ . ``` In a different file where I...
Chez Scheme version: 9.5.8, installed from AUR Idris version: 38caff23b8b9f1fc9a7a55d73fa10fe4e7cf7b79 Running the following: ```bash make clean make bootstrap-clean make distclean make bootstrap SCHEME=chez ``` After a while, I reach this...
### Prerequisites Please put an X between the brackets as you perform the following steps: * [X] Check that your issue is not already filed: https://github.com/leanprover/lean4/issues * [X] Reduce the...