aboutsummaryrefslogtreecommitdiff
path: root/library/lib.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-05-15 18:47:22 +0200
committerPierre-Marie Pédrot2019-05-19 13:12:52 +0200
commitb1a3ea4855b1e150b2e677a6d5466458893d6c60 (patch)
treec3fbaab76020273c063b7c7dac4326602d7e1f16 /library/lib.mli
parente9c2bc9aaddd401d18d90411ff68644b1d05c0d5 (diff)
Inverting the responsibility to define logically a constant in Declare.
The code was intricate due to the special handling of side-effects, while it was sufficient to extrude the logical definition to make it clearer. We thus declare a constant in two parts, first purely kernel-related, then purely libobject-related.
Diffstat (limited to 'library/lib.mli')
-rw-r--r--library/lib.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/lib.mli b/library/lib.mli
index 30569197bc..5da76961a6 100644
--- a/library/lib.mli
+++ b/library/lib.mli
@@ -57,7 +57,6 @@ val segment_of_objects :
val add_leaf : Id.t -> Libobject.obj -> Libobject.object_name
val add_anonymous_leaf : ?cache_first:bool -> Libobject.obj -> unit
-val pull_to_head : Libobject.object_name -> unit
(** this operation adds all objects with the same name and calls [load_object]
for each of them *)