summaryrefslogtreecommitdiff
path: root/src/parse_ast.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_ast.ml')
-rw-r--r--src/parse_ast.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml
index 6cb3f84d..c7b01ba5 100644
--- a/src/parse_ast.ml
+++ b/src/parse_ast.ml
@@ -531,4 +531,4 @@ and lexp =
type
defs = (* Definition sequence *)
- Defs of (def) list
+ Defs of (string * def list) list