= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package odoc
-
odoc.compat
-
odoc.loader
-
odoc.model
-
-
odoc.parser
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Field : sig ... end
module Constructor : sig ... end
module Representation : sig ... end
module Equation : sig ... end
type t = {
id : Paths.Identifier.Type.t;
doc : Comment.docs;
equation : Equation.t;
representation : Representation.t option;
}