Skip to content

Instantly share code, notes, and snippets.

@cemerick
Created September 27, 2019 18:46
  • Select an option

Select an option

module Foo : sig
type t = private [ `A | `B ]
end = struct
type t = [ `A ]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment