module Inherit:functor (
C
:
sig
type
t
val compare :t -> t -> int
end
) ->
functor (
T
:
sig
type
t
val component :t -> C.t
val t_of_sexp :Sexplib.Sexp.t -> t
val sexp_of_t :t -> Sexplib.Sexp.t
end
) ->
sig
..end
Parameters: |
|
typet =
T.t
include struct ... end