mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 12:15:32 -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
|