package override
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
PPX extension for overriding modules
Install
dune-project
Dependency
Authors
Maintainers
Sources
override-0.2.0.tar.gz
sha512=cb76a85b5c144e9afd0187e7a1ed0afbe12c5365a1b72ef1476cc007129f19851b2a9d6e07185a798d99a1c9cd12aa7ec3d279f664cf9cebec5641e7986070dc
doc/override.ast_wrapper/Ast_wrapper/Ast_definitions/index.html
Module Ast_wrapper.Ast_definitions
Parameters
Signature
include module type of struct include Types end
type item = Types.itemtype module_binding = Types.module_bindingtype module_expr = Types.module_exprtype contents = item listtype include_declaration = module_expr Parsetree.include_infostype item_desc = | Extension of Parsetree.extension * Parsetree.attributes| Type of Asttypes.rec_flag * Parsetree.type_declaration list| Module of module_binding| Modtype of Parsetree.module_type_declaration| Include of include_declaration| Other of item
type wrapped_item = item_desc Location.locval mkattr :
loc:Location.t ->
?attrs:Parsetree.attributes ->
'a ->
'a attributed Location.loctype wrapped_module_binding = module_binding_desc attributed Location.loctype module_expr_desc = | Ident of Longident.t Location.loc| Contents of contents| Functor of string Location.loc * Parsetree.module_type option * module_expr| Constraint of module_expr Lazy.t * Parsetree.module_type| Other of module_expr
type wrapped_module_expr = module_expr_desc attributed Location.loc sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page