summaryrefslogtreecommitdiff
path: root/src/ast_defs.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast_defs.ml')
-rw-r--r--src/ast_defs.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast_defs.ml b/src/ast_defs.ml
index 7d7c7ac5..0ce71618 100644
--- a/src/ast_defs.ml
+++ b/src/ast_defs.ml
@@ -50,4 +50,4 @@
open Ast
-type 'a defs = Defs of 'a def list
+type 'a ast = Defs of 'a def list