Module Odoc_model__Lang.FunctorParameter

type parameter = {
id : Odoc_model.Paths.Identifier.Module.t;
expr : ModuleType.expr;
expansion : Module.expansion option;
}
type t =
| Unit
| Named of parameter