From 56c88d763b0cf636a740f531bd7d734426769d7d Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 15 Apr 2013 16:04:56 +0000 Subject: Checker: regroup all vo-related types in cic.mli git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16398 85f007b7-540e-0410-9357-904b9bb8a0f7 --- checker/safe_typing.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checker/safe_typing.mli') diff --git a/checker/safe_typing.mli b/checker/safe_typing.mli index a5f014935..6a7708971 100644 --- a/checker/safe_typing.mli +++ b/checker/safe_typing.mli @@ -8,7 +8,7 @@ (*i*) open Names -open Term +open Cic open Environ (*i*) @@ -17,7 +17,7 @@ val get_env : unit -> env (* exporting and importing modules *) type compiled_library -val set_engagement : Declarations.engagement -> unit +val set_engagement : engagement -> unit val import : CUnix.physical_path -> compiled_library -> constr array -> Digest.t -> unit val unsafe_import : -- cgit v1.2.3