ocaml/testlabl/bugs/pr3918a.mli

2 lines
41 B
OCaml
Raw Normal View History

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