Skip to content

Instantly share code, notes, and snippets.

@cemerick

cemerick/foo.ml Secret

Created March 22, 2019 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cemerick/6b6f7b97eab104786e40cf6416e3dea5 to your computer and use it in GitHub Desktop.
Save cemerick/6b6f7b97eab104786e40cf6416e3dea5 to your computer and use it in GitHub Desktop.
module rec Foo : sig
type t
end
and Bar : sig
type t
val op: t -> Foo.t -> int
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment