aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/library.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-04-01 11:14:21 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-04-01 11:24:08 +0200
commitf15506263b0f85039b0b3c25c93406b9f9a5f241 (patch)
treeaa511bf15714ff44c6045637c9204208f6f86ffd /library/library.mli
parentbfa91a895692f4f52e132c3814a472c5e2a24d7b (diff)
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.
Diffstat (limited to 'library/library.mli')
-rw-r--r--library/library.mli1
1 files changed, 0 insertions, 1 deletions
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