Module Paths.PathSource
Normal OCaml paths (i.e. the ones present in types)
Source
type ('lmod, 'lmodty, 'pty, 'lty, 'lval, 'a) genfn5 = {g : ('lmod, 'lmodty, 'pty, 'a) Odoc_model.Paths.Path.genfn3;lty : 'lty -> 'a;lval : 'lval -> 'a;
}Source
type ('lmod, 'lmodty, 'pty, 'lty, 'lval) gen = [ | `Resolved of ('lmod, 'lmodty, 'pty, 'lty, 'lval) Odoc_model.Paths.Path.Resolved.t| `SubstitutedT of ('lmod, 'lmodty, 'pty, 'lty) Odoc_model.Paths.Path.Type.gen| `SubstitutedMT of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.ModuleType.gen| `Substituted of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen| `SubstitutedCT of ('lmod, 'lmodty, 'pty, 'lty) Odoc_model.Paths.Path.ClassType.gen| `Identifier of Odoc_model.Paths.Identifier.Path.t * bool| `Root of Odoc_model.Names.ModuleName.t| `Forward of string| `Dot of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen * Odoc_model.Names.ModuleName.t| `DotT of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen * Odoc_model.Names.TypeName.t| `DotMT of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen * Odoc_model.Names.ModuleTypeName.t| `DotV of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen * Odoc_model.Names.ValueName.t| `Apply of ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen * ('lmod, 'lmodty, 'pty) Odoc_model.Paths.Path.Module.gen| `Type 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.TypeName.t| `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| `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| `LocalMod of 'lmod| `LocalModTy of 'lmodty| `LocalVal of 'lval| `LocalTy of 'lty
]