Functor Pattern.Make

module Make (T : TI.REPR) : sig .. end
Parameters:
T : TI.REPR

module T: T
type t = T.t 
val repr : T.t -> T.t Pattern.view