From f4b6dce80acdbdef56a9d56cb2f6a2fe16837da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ojeda=20B=C3=A4r?= Date: Thu, 20 Jan 2022 18:01:53 +0100 Subject: Remove `Stream`, `Genlex`, `Pervasives` & the legacy `bigarray` library (#10896) --- stdlib/stdlib.mli | 9 --------- 1 file changed, 9 deletions(-) (limited to 'stdlib/stdlib.mli') 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 -- cgit v1.2.1