summaryrefslogtreecommitdiff
path: root/ocamltest/tsl_ast.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocamltest/tsl_ast.ml')
-rw-r--r--ocamltest/tsl_ast.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ocamltest/tsl_ast.ml b/ocamltest/tsl_ast.ml
index 0564019c12..a308282865 100644
--- a/ocamltest/tsl_ast.ml
+++ b/ocamltest/tsl_ast.ml
@@ -35,6 +35,8 @@ type tsl_item =
type tsl_block = tsl_item list
+type t = Ast of tsl_item list * t list
+
let make ?(loc = Location.none) foo = { node = foo; loc = loc }
let make_identifier = make