= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package doc-ock
-
doc-ock
-
doc-ock.ocamlary
-
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
type param = param_desc * variance option
module Equation : sig ... end
type 'a t = {
id : 'a DocOckPaths.Identifier.type_;
doc : 'a Documentation.t;
equation : 'a Equation.t;
representation : 'a Representation.t option;
}