summaryrefslogtreecommitdiff
path: root/src/pretty_print_lem.ml
diff options
context:
space:
mode:
authorAlasdair2020-09-28 15:01:04 +0100
committerAlasdair2020-09-28 15:34:06 +0100
commitcf42208a74138a32393073fef574c24bd73a27fc (patch)
treed2cb2a894c87654c8b6209596fb30c100a65c072 /src/pretty_print_lem.ml
parent551bca444eaf0acd97324c12005e9a8280437217 (diff)
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.
Diffstat (limited to 'src/pretty_print_lem.ml')
-rw-r--r--src/pretty_print_lem.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pretty_print_lem.ml b/src/pretty_print_lem.ml
index b18541a3..c3006d7a 100644
--- a/src/pretty_print_lem.ml
+++ b/src/pretty_print_lem.ml
@@ -50,6 +50,7 @@
open Type_check
open Ast
+open Ast_defs
open Ast_util
open Reporting
open Rewriter