summaryrefslogtreecommitdiff
path: root/src/parse_ast.ml
diff options
context:
space:
mode:
authorThomas Bauereiss2019-01-09 13:05:24 +0000
committerThomas Bauereiss2019-01-09 13:05:24 +0000
commitdef64efa7620f6cce2b58d4158ce6df3a1d9847d (patch)
treef0bf4252f8cc3baba406117acf343a285a633dd3 /src/parse_ast.ml
parent886cff213039c034bc78408ea52689514e0c9a69 (diff)
parent5aa29f88c1e31bb9435929f86325f499dccf6d50 (diff)
Merge sail2 into monads
Diffstat (limited to 'src/parse_ast.ml')
-rw-r--r--src/parse_ast.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml
index 65b11373..20a0f48a 100644
--- a/src/parse_ast.ml
+++ b/src/parse_ast.ml
@@ -531,6 +531,7 @@ def = (* Top-level definition *)
| DEF_spec of val_spec (* top-level type constraint *)
| DEF_default of default_typing_spec (* default kind and type assumptions *)
| DEF_scattered of scattered_def (* scattered definition *)
+ | DEF_measure of id * pat * exp (* separate termination measure declaration *)
| DEF_reg_dec of dec_spec (* register declaration *)
| DEF_pragma of string * string * l
| DEF_internal_mutrec of fundef list