Guest User

Untitled

a guest
Jul 12th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.14 KB | None | 0 0
  1. module P = struct
  2.   type t = ...
  3.  
  4.   module Q = struct
  5.      type p_t = t
  6.      type t =
  7.        | Ctor p_t * t
  8.        | Base
  9.  
  10.   end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment