mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
6 lines
149 B
OCaml
6 lines
149 B
OCaml
(** Previous Option module
|
|
@deprecated use `CCOption` instead. *)
|
|
|
|
[@@@ocaml.deprecated "use CCOption instead"]
|
|
|
|
include module type of CCOption
|