sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
include module type of struct include Types end
type item = Types.item
type module_binding = Types.module_binding
type module_expr = Types.module_expr
type contents = item list
type include_declaration = module_expr Ppxlib.Parsetree.include_infos
type item_desc =
| Extension of Ppxlib.Parsetree.extension * Ppxlib.Parsetree.attributes
| Type of Ppxlib.Asttypes.rec_flag * Ppxlib.Parsetree.type_declaration list
| Module of module_binding
| Modtype of Ppxlib.Parsetree.module_type_declaration
| Include of include_declaration
| Other of item
type wrapped_item = item_desc Ppxlib.Location.loc
val mkattr :
loc:Ppxlib.location ->
?attrs:Ppxlib.Parsetree.attributes ->
'a ->
'a attributed Ppxlib.Location.loc
type wrapped_module_binding =
module_binding_desc attributed Ppxlib.Location.loc
type module_expr_desc =
| Ident of Ppxlib.Longident.t Ppxlib.Location.loc
| Contents of contents
| Functor of Metapp.functor_parameter * module_expr
| Constraint of module_expr Stdcompat.Lazy.t * Ppxlib.Parsetree.module_type
| Other of module_expr
type wrapped_module_expr = module_expr_desc attributed Ppxlib.Location.loc