= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && 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
type 'a expansion =
| AlreadyASig
| Signature of 'a Signature.t
| Functor of 'a FunctorArgument.t option list * 'a Signature.t
type 'a t = {
id : 'a DocOckPaths.Identifier.module_;
doc : 'a Documentation.t;
type_ : 'a decl;
canonical : ('a DocOckPaths.Path.module_ * 'a DocOckPaths.Reference.module_) option;
hidden : bool;
display_type : 'a decl option;
expansion : 'a expansion option;
}
module Equation : sig ... end