jon.recoil.org

Module Path.ModuleTypeSource

type ('lmod, 'lmodty, 'pty) gen = [
  1. | `Resolved of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Resolved.ModuleType.t
  2. | `LocalModTy of 'lmodty
  3. | `SubstitutedMT of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.ModuleType.gen
  4. | `Identifier of Odoc_model.Paths.Identifier.Path.ModuleType.t * bool
  5. | `DotMT of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen * Odoc_model.Names.ModuleTypeName.t
  6. | `ModuleType of 'pty * [ `Module of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Resolved.Module.t | `ModuleType of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Resolved.ModuleType.t * 'pty | `FragmentRoot of 'pty ] * Odoc_model.Names.ModuleTypeName.t
]