From 10d9ed3430ae04a0a9645ef844ca95abaad26d4b Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Wed, 14 Jun 2023 13:40:41 -0400 Subject: [PATCH] Restored Caml alias with deprecation so clients can upgrade more easily. Signed-off-by: Carl Eastlund --- stdppx/stdppx.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stdppx/stdppx.ml b/stdppx/stdppx.ml index b0102c39..2bcc4b8e 100644 --- a/stdppx/stdppx.ml +++ b/stdppx/stdppx.ml @@ -1,3 +1,5 @@ +module Caml = Stdlib [@@deprecated "[since 2023-06] use Stdlib instead"] +open Stdlib open StdLabels module Sexp = Sexplib0.Sexp module Sexpable = Sexplib0.Sexpable