aboutsummaryrefslogtreecommitdiff
path: root/contrib/interface
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/interface')
-rw-r--r--contrib/interface/name_to_ast.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/name_to_ast.ml b/contrib/interface/name_to_ast.ml
index 09cefb2d92..20122d5762 100644
--- a/contrib/interface/name_to_ast.ml
+++ b/contrib/interface/name_to_ast.ml
@@ -10,7 +10,7 @@ open Reduction;;
open Libobject;;
open Environ;;
open Declarations;;
-open Pretty;;
+open Prettyp;;
open Inductive;;
open Util;;
open Pp;;