Fix conflict
This commit is contained in:
parent
2a3757f391
commit
61efcebc64
5 changed files with 213 additions and 4 deletions
|
|
@ -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 ;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue