diff options
Diffstat (limited to 'src/parse_ast.ml')
| -rw-r--r-- | src/parse_ast.ml | 2 |
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 |
