package ppx_sexp_conv
[@@deriving] plugin to generate S-expression conversion functions
Install
dune-project
Dependency
Authors
Maintainers
Sources
ppx_sexp_conv-v0.16.0.tar.gz
sha256=41bcb7a3b33bdf50428408bfaf1dbcede528a488ac8c436ce710681bcd91200d
doc/src/ppx_sexp_conv.expander/fresh_name.ml.html
Source file fresh_name.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14
open! Base open Ppxlib open Ast_builder.Default type t = { loc : location ; unique_name : string } let create string ~loc = { loc; unique_name = gen_symbol ~prefix:string () } let of_string_loc { loc; txt } = create txt ~loc let to_string_loc { loc; unique_name } = { loc; txt = unique_name } let expression { loc; unique_name } = evar unique_name ~loc let pattern { loc; unique_name } = pvar unique_name ~loc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>