Skip to content

Commit

Permalink
Restored Caml alias with deprecation so clients can upgrade more easily.
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Eastlund <[email protected]>
  • Loading branch information
ceastlund committed Jun 14, 2023
1 parent 383d2e5 commit 1b2e17a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdppx/stdppx.ml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1b2e17a

Please sign in to comment.