module Unit: Unit
Unit
type t = unit
unit
val typerep_of_t : t Typerep_kernel.Std.Typerep.t
t Typerep_kernel.Std.Typerep.t
val typename_of_t : t Typerep_kernel.Std.Typename.t
t Typerep_kernel.Std.Typename.t
include Identifiable.S
module type S = sig .. end
sig
end
type m = (module Unit.S)
(module Unit.S)