From f15506263b0f85039b0b3c25c93406b9f9a5f241 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Wed, 1 Apr 2015 11:14:21 +0200 Subject: Removing a probably incorrect on-the-fly require in a tactic. Also removed the require function it was using, as it is absent from the remaining of the code. --- library/library.mli | 1 - 1 file changed, 1 deletion(-) (limited to 'library/library.mli') diff --git a/library/library.mli b/library/library.mli index 75b256258..150896783 100644 --- a/library/library.mli +++ b/library/library.mli @@ -21,7 +21,6 @@ open Libnames (** {6 ... } *) (** Require = load in the environment + open (if the optional boolean is not [None]); mark also for export if the boolean is [Some true] *) -val require_library : qualid located list -> bool option -> unit val require_library_from_dirpath : (DirPath.t * string) list -> bool option -> unit val require_library_from_file : Id.t option -> CUnix.physical_path -> bool option -> unit -- cgit v1.2.3