This commit is contained in:
crumbtoo
2024-03-20 15:46:23 -06:00
parent 61aea7b74a
commit dd600a8351
10 changed files with 89 additions and 107 deletions

View File

@@ -60,6 +60,7 @@ import Core.Syntax qualified as Core
let { Located _ TokenLet }
letrec { Located _ TokenLetrec }
in { Located _ TokenIn }
forall { Located _ TokenForall }
%nonassoc '='
%right '->'