summaryrefslogtreecommitdiff
path: root/stdlib/stdlib.mli
diff options
context:
space:
mode:
authorNicolás Ojeda Bär <n.oje.bar@gmail.com>2022-01-20 18:01:53 +0100
committerGitHub <noreply@github.com>2022-01-20 18:01:53 +0100
commitf4b6dce80acdbdef56a9d56cb2f6a2fe16837da4 (patch)
tree92fd12482228428a67bdbb229218a0ea22d74965 /stdlib/stdlib.mli
parente793bfa0c6c514bca62f2f30e1d5e3145603d9c5 (diff)
downloadocaml-f4b6dce80acdbdef56a9d56cb2f6a2fe16837da4.tar.gz
Remove `Stream`, `Genlex`, `Pervasives` & the legacy `bigarray` library (#10896)
Diffstat (limited to 'stdlib/stdlib.mli')
-rw-r--r--stdlib/stdlib.mli9
1 files changed, 0 insertions, 9 deletions
diff --git a/stdlib/stdlib.mli b/stdlib/stdlib.mli
index 63d4aad308..4ee05c0296 100644
--- a/stdlib/stdlib.mli
+++ b/stdlib/stdlib.mli
@@ -1387,8 +1387,6 @@ module Float = Float
module Format = Format
module Fun = Fun
module Gc = Gc
-module Genlex = Genlex
-[@@deprecated "Use the camlp-streams library instead."]
module Hashtbl = Hashtbl
module In_channel = In_channel
module Int = Int
@@ -1408,11 +1406,6 @@ module Oo = Oo
module Option = Option
module Out_channel = Out_channel
module Parsing = Parsing
-module Pervasives = Pervasives
-[@@deprecated "Use Stdlib instead.\n\
-\n\
-If you need to stay compatible with OCaml < 4.07, you can use the \n\
-stdlib-shims library: https://github.com/ocaml/stdlib-shims"]
module Printexc = Printexc
module Printf = Printf
module Queue = Queue
@@ -1424,8 +1417,6 @@ module Seq = Seq
module Set = Set
module Stack = Stack
module StdLabels = StdLabels
-module Stream = Stream
-[@@deprecated "Use the camlp-streams library instead."]
module String = String
module StringLabels = StringLabels
module Sys = Sys