Skip to content

Instantly share code, notes, and snippets.

@Lysxia
Created March 28, 2016 10:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Lysxia/83a7dbc2cb1a34eee1dd to your computer and use it in GitHub Desktop.
module M = struct
include BasicBlock_types
let f X Y Z = ()
end
module M : sig
include module type of BasicBlock_types
val f : x -> y -> z -> unit
end
type x = X
type y = Y
type z = Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment