summaryrefslogtreecommitdiff
path: root/src/parse_ast.ml
diff options
context:
space:
mode:
authorJon French2018-05-02 12:31:19 +0100
committerJon French2018-05-02 12:31:19 +0100
commitc881247cfc2af299e76064f28f1198e64029ea57 (patch)
treedf34c601ae8ec592dbfe83d06a7ee78000ad88c9 /src/parse_ast.ml
parent9a7ecdf30403c78f1719582aa3113a5916017880 (diff)
scattered mappings
Diffstat (limited to 'src/parse_ast.ml')
-rw-r--r--src/parse_ast.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml
index b34ba1d2..a6b519e5 100644
--- a/src/parse_ast.ml
+++ b/src/parse_ast.ml
@@ -498,6 +498,8 @@ scattered_def_aux = (* Function and type union definitions that can be spread a
| SD_scattered_funcl of funcl (* scattered function definition clause *)
| SD_scattered_variant of id * name_scm_opt * typquant (* scattered union definition header *)
| SD_scattered_unioncl of id * type_union (* scattered union definition member *)
+ | SD_scattered_mapping of id
+ | SD_scattered_mapcl of id * mapcl
| SD_scattered_end of id (* scattered definition end *)