Wrong nesting of key and expr in records
This commit is contained in:
parent
97db2a431c
commit
1db0f7c1fe
@ -61,7 +61,7 @@ module O = struct
|
|||||||
| Record of record_key expr_record
|
| Record of record_key expr_record
|
||||||
| Lambda of lambda
|
| Lambda of lambda
|
||||||
|
|
||||||
and 'key expr_record = ('key * expr list)
|
and 'key expr_record = ('key * expr) list
|
||||||
|
|
||||||
and expr = { expr: expr_case; ty:type_expr; orig: asttodo }
|
and expr = { expr: expr_case; ty:type_expr; orig: asttodo }
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ module O : sig
|
|||||||
| Record of record_key expr_record
|
| Record of record_key expr_record
|
||||||
| Lambda of lambda
|
| Lambda of lambda
|
||||||
|
|
||||||
and 'key expr_record = ('key * expr list)
|
and 'key expr_record = ('key * expr) list
|
||||||
|
|
||||||
and expr = { expr: expr_case; ty:type_expr; orig: asttodo }
|
and expr = { expr: expr_case; ty:type_expr; orig: asttodo }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user