Warning: Reason support is experimental.
We are looking for beta-tester and contributors.
module Xml_wrap : sig..end
module type T = sig..end
module type NoWrap = 
  Twith type 'a t = 'a
       and type 'a tlist = 'a list
       and type (-'a, 'b) ft = 'a -> 'b
module NoWrap : NoWrap