package ppxlib
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Standard library for ppx rewriters
Install
dune-project
Dependency
Authors
Maintainers
Sources
ppxlib-0.28.0.tbz
sha256=d87ae5f9a081206308ca964809b50a66aeb8e83d254801e8b9675448b60cf377
sha512=03270d43e91485e63c7dc115a71933ffd8cb2910c273d605d2800fa69f523dcd4de1fbe31fd6c2f6979675c681343bcf4e35be06934565bf28edf4ea03f5da8e
doc/src/ppxlib.astlib/migrate_414_500.ml.html
Source file migrate_414_500.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40module From = Ast_414 module To = Ast_500 let copy_structure : Ast_414.Parsetree.structure -> Ast_500.Parsetree.structure = fun x -> x let copy_signature : Ast_414.Parsetree.signature -> Ast_500.Parsetree.signature = fun x -> x let copy_toplevel_phrase : Ast_414.Parsetree.toplevel_phrase -> Ast_500.Parsetree.toplevel_phrase = fun x -> x let copy_core_type : Ast_414.Parsetree.core_type -> Ast_500.Parsetree.core_type = fun x -> x let copy_expression : Ast_414.Parsetree.expression -> Ast_500.Parsetree.expression = fun x -> x let copy_pattern : Ast_414.Parsetree.pattern -> Ast_500.Parsetree.pattern = fun x -> x let copy_case : Ast_414.Parsetree.case -> Ast_500.Parsetree.case = fun x -> x let copy_type_declaration : Ast_414.Parsetree.type_declaration -> Ast_500.Parsetree.type_declaration = fun x -> x let copy_type_extension : Ast_414.Parsetree.type_extension -> Ast_500.Parsetree.type_extension = fun x -> x let copy_extension_constructor : Ast_414.Parsetree.extension_constructor -> Ast_500.Parsetree.extension_constructor = fun x -> x
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>