From c881247cfc2af299e76064f28f1198e64029ea57 Mon Sep 17 00:00:00 2001 From: Jon French Date: Wed, 2 May 2018 12:31:19 +0100 Subject: scattered mappings --- src/parse_ast.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/parse_ast.ml') 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 *) -- cgit v1.2.3