Gitlab_smodule type Gitlab = sig ... endmodule type Env = sig ... endA module of this type is required in order to construct a Gitlab module using Gitlab_core.Make.
module type Time = sig ... endA module of this type is required in order to construct a Gitlab module using Gitlab_core.Make.