Skip to content

Instantly share code, notes, and snippets.

@cemerick
Created September 27, 2019 18:46
Show Gist options
  • Save cemerick/e38c339cbbb6f7bab05882d853479af6 to your computer and use it in GitHub Desktop.
Save cemerick/e38c339cbbb6f7bab05882d853479af6 to your computer and use it in GitHub Desktop.
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