jon.recoil.org

Module Path.ModuleSource

type ('lmod, 'lmodty, 'pty) gen = [
  1. | `Resolved of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Resolved.Module.t
  2. | `Identifier of Odoc_model.Paths.Identifier.Path.Module.t * bool
  3. | `LocalMod of 'lmod
  4. | `Substituted of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen
  5. | `Root of Odoc_model.Names.ModuleName.t
  6. | `Forward of string
  7. | `Dot of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen * Odoc_model.Names.ModuleName.t
  8. | `Module 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.ModuleName.t
  9. | `Apply of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen * ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen
]