Advertisement
Guest User

Untitled

a guest
Apr 9th, 2022
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.13 KB | None | 0 0
  1. module type MY_SIG = sig
  2.   type p
  3.   include
  4.     module type of Make(val (Obj.magic ()) : P with type t = )
  5.       with type p := p
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement