From cf42208a74138a32393073fef574c24bd73a27fc Mon Sep 17 00:00:00 2001 From: Alasdair Date: Mon, 28 Sep 2020 15:01:04 +0100 Subject: Move the ast defs wrapper into it's own file This refactoring is intended to allow this type to have more than just a list of definitions in future. --- src/splice.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/splice.ml') diff --git a/src/splice.ml b/src/splice.ml index dd19e664..6198a4c7 100644 --- a/src/splice.ml +++ b/src/splice.ml @@ -4,6 +4,7 @@ *) open Ast +open Ast_defs open Ast_util let scan_defs (Defs defs) = -- cgit v1.2.3