aboutsummaryrefslogtreecommitdiffhomepage
path: root/clib/hashcons.mli
diff options
context:
space:
mode:
authorGravatar whitequark <whitequark@whitequark.org>2018-06-16 12:10:25 +0000
committerGravatar whitequark <whitequark@whitequark.org>2018-06-17 12:48:47 +0000
commita0c7dc3db551b53b691eb66ba331925863653604 (patch)
treeac751d3cfc224266361f3e9d75c385dfbe96c756 /clib/hashcons.mli
parentf08153148b3ca0de01e5d7c68d5b318a2cae6d0d (diff)
Remove Hashcons.Hobj.
This eliminates 12 uses of Obj from TCB.
Diffstat (limited to 'clib/hashcons.mli')
-rw-r--r--clib/hashcons.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/clib/hashcons.mli b/clib/hashcons.mli
index 3e396ff23..223dd2a4d 100644
--- a/clib/hashcons.mli
+++ b/clib/hashcons.mli
@@ -87,6 +87,3 @@ module Hstring : (S with type t = string and type u = unit)
module Hlist (D:HashedType) :
(S with type t = D.t list and type u = (D.t list -> D.t list)*(D.t->D.t))
(** Hashconsing of lists. *)
-
-module Hobj : (S with type t = Obj.t and type u = (Obj.t -> Obj.t) * unit)
-(** Hashconsing of OCaml values. *)