aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r--frontend/syntax.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl
index 139f869..a64a78d 100644
--- a/frontend/syntax.dcl
+++ b/frontend/syntax.dcl
@@ -1281,7 +1281,7 @@ instance toString KindInfo
| PE_Ident !Ident
| PE_Basic !BasicValue
| PE_Bound !BoundExpr
- | PE_Lambda !Ident ![ParsedExpr] !ParsedExpr !Position
+ | PE_Lambda !Ident ![ParsedExpr] !Rhs !Position
| PE_Tuple ![ParsedExpr]
| PE_Record !ParsedExpr !OptionalRecordName ![FieldAssignment]
| PE_ArrayPattern ![ElemAssignment]