Skip to content

Commit

Permalink
Uncomment Effect in stdlib.ml{,i}
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell committed Jan 3, 2024
1 parent b9e4aca commit 21a3ea3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions ocaml/stdlib/stdlib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,7 @@ module Complex = Complex
module Condition = Condition
module Digest = Digest
module Domain = Domain
(* CR ocaml 5 effects:
BACKPORT
module Effect = Effect
*)
module Either = Either
module Ephemeron = Ephemeron
module Filename = Filename
Expand Down
4 changes: 0 additions & 4 deletions ocaml/stdlib/stdlib.mli
Original file line number Diff line number Diff line change
Expand Up @@ -1410,14 +1410,10 @@ module Domain = Domain
[@@alert unstable
"The Domain interface may change in incompatible ways in the future."
]
(* CR ocaml 5 effects:
BACKPORT
module Effect = Effect
[@@alert "-unstable"]
[@@alert unstable
"The Effect interface may change in incompatible ways in the future."
]
*)
module Either = Either
module Ephemeron = Ephemeron
module Filename = Filename
Expand Down

0 comments on commit 21a3ea3

Please sign in to comment.