package merlin-lib
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Merlin's libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
merlin-5.8.1-505.tbz
sha256=b8fb32bc0fc092af2fd6bdc831cb966057f2e3fd7b99a172b705e96ba8082583
sha512=01ca96f8167d062ba24036e43f650ff958fb157d44867bd52eb7999b7d19bf9fc97cdcd46c04b6979f0e1149d5041047723eed5913b03c4404d7acb116183bee
doc/src/merlin-lib.analysis/parsetree_utils.ml.html
Source file parsetree_utils.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21open Std open Parsetree type nonrec constant_desc = constant_desc let constant_desc c = c.pconst_desc let filter_merlin_attr = let default = Ast_mapper.default_mapper in let keep attr = let { Location.txt; _ }, _ = Ast_helper.Attr.as_tuple attr in not (Std.String.is_prefixed ~by:"merlin." txt) in let attributes mapper attrs = default.Ast_mapper.attributes mapper (List.filter ~f:keep attrs) in { default with Ast_mapper.attributes } let expr_remove_merlin_attributes expr = filter_merlin_attr.Ast_mapper.expr filter_merlin_attr expr
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>