Fix conflict

This commit is contained in:
Martin Fredin 2023-01-22 20:16:03 +01:00
parent 2a3757f391
commit 61efcebc64
5 changed files with 213 additions and 4 deletions

View file

@ -6,7 +6,7 @@ EId. Exp3 ::= Ident ;
EInt. Exp3 ::= Integer ;
EApp. Exp2 ::= Exp2 Exp3 ;
EAdd. Exp1 ::= Exp1 "+" Exp2 ;
EAbs. Exp ::= "\\" Ident "->" Exp ;
EAbs. Exp ::= "\\" Ident "." Exp ;
coercions Exp 3 ;