File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ module type Spec = sig
327327 val api : (int * t elem ) list
328328end
329329
330- module MakeCmd (ApiSpec : Spec ) : Internal. CmdSpec = struct
330+ module MakeCmd (ApiSpec : Spec ) : Internal. CmdSpec with type t = ApiSpec. t = struct
331331
332332 type t = ApiSpec .t
333333
Original file line number Diff line number Diff line change 330330
331331(* * {1 Generating a linearization testing module from an API} *)
332332
333- module MakeCmd (Spec : Spec ) : Internal. CmdSpec [@ alert " -internal" ]
333+ module MakeCmd (Spec : Spec ) : Internal. CmdSpec with type t = Spec. t [@ alert " -internal" ]
334334(* * Functor to map a combinator-based module signature description
335335 into a raw {!Lin} description.
336336 This functor is exposed for internal uses only, its API may change
You can’t perform that action at this time.
0 commit comments