package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. name : string;
  2. locs : Odoc_model.Paths.Identifier.SourceLocation.t option;
  3. doc : CComment.docs;
  4. args : TypeDecl.Constructor.argument;
  5. res : TypeExpr.t option;
}
OCaml

Innovation. Community. Security.