aboutsummaryrefslogtreecommitdiff
path: root/lib/util.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-03-10 03:41:20 -0400
committerEmilio Jesus Gallego Arias2020-03-10 03:41:20 -0400
commit4e5ed2d6ba574ee6449e511dc27e8da32331dd07 (patch)
tree1c01577abed111554976fe7127f90b4fc994c8fe /lib/util.mli
parentbab342d98d413a2b7a20da98c8dbec7616f54bce (diff)
[clib] Remove module CStack
This is only used in `Ccalgo` and it does not provide any advantage these days over the upstream OCaml implementation.
Diffstat (limited to 'lib/util.mli')
-rw-r--r--lib/util.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/util.mli b/lib/util.mli
index 1417d6dfcb..be0cc11763 100644
--- a/lib/util.mli
+++ b/lib/util.mli
@@ -76,10 +76,6 @@ module Set : module type of CSet
module Map : module type of CMap
-(** {6 Stacks.} *)
-
-module Stack : module type of CStack
-
(** {6 Streams. } *)
val stream_nth : int -> 'a Stream.t -> 'a