summaryrefslogtreecommitdiff
path: root/src/parser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.mly')
-rw-r--r--src/parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.mly b/src/parser.mly
index e4b05d29..9f48067f 100644
--- a/src/parser.mly
+++ b/src/parser.mly
@@ -437,7 +437,7 @@ tup_typ:
typ:
| tup_typ
{ $1 }
- | tup_typ MinusGt typ Effect effect_typ
+ | tup_typ MinusGt tup_typ Effect effect_typ
{ tloc (ATyp_fn($1,$3,$5)) }
lit: