From 392300a73bc4e57d2be865d9a8d77c608ef02f59 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 29 May 2012 11:08:50 +0000 Subject: New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15375 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/impargs.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/impargs.ml') diff --git a/library/impargs.ml b/library/impargs.ml index d7d0d48796..707b2f4cbe 100644 --- a/library/impargs.ml +++ b/library/impargs.ml @@ -19,7 +19,7 @@ open Libobject open Lib open Nametab open Pp -open Topconstr +open Constrexpr open Termops open Namegen open Decl_kinds @@ -614,7 +614,7 @@ let declare_mib_implicits kn = (inImplicits (ImplMutualInductive (kn,flags),List.flatten imps)) (* Declare manual implicits *) -type manual_explicitation = Topconstr.explicitation * (bool * bool * bool) +type manual_explicitation = Constrexpr.explicitation * (bool * bool * bool) type manual_implicits = manual_explicitation list -- cgit v1.2.3