mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-23 09:36:41 -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
|