= 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 expr =
| Constr of 'a DocOckPaths.Path.class_type * 'a TypeExpr.t list
| Signature of 'a ClassSignature.t
type 'a t = {
id : 'a DocOckPaths.Identifier.class_type;
doc : 'a Documentation.t;
virtual_ : bool;
params : TypeDecl.param list;
expr : 'a expr;
expansion : 'a ClassSignature.t option;
}