ocaml/testlabl/bugs/pr3918a.mli

2 lines
41 B
OCaml

type 'a voption = [ `None | `Some of 'a]