jon.recoil.org

Module Lang.Module

type t = {
  1. id : Odoc_model.Paths.Identifier.Module.t;
  2. source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;
    (*

    Identifier.SourceLocation might not be set when the module is artificially constructed from a functor argument.

    *)
  3. source_loc_jane : Odoc_model.Lang.Source_loc_jane.t option;
  4. doc : Odoc_model.Comment.docs;
  5. type_ : Odoc_model.Lang.Module.decl;
  6. canonical : Odoc_model.Paths.Path.Module.t option;
  7. hidden : bool;
}
module Equation : sig ... end