package sexp_grammar
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Sexp grammar helpers
Install
dune-project
Dependency
Authors
Maintainers
Sources
sexp_grammar-v0.16.0.tar.gz
sha256=37dacd32dcdd0351ea220f7bcbc7329d25f7da49bd49dc3917b28edc151f7d51
doc/CHANGES.html
Release v0.16.0
- Depends on Core rather than Base.
- Refactored representation of recursive types. Potentially-recursive definitions are now stored with each
Tyconconstructor. Within the definitions, theRecursiveconstructor allows references by name only. This fixes some bugs with substitution of type definitions, and allows incremental unrolling of recursive types. - Added
unroll_tyconandunroll_tycon_untypedfor unrolling type definitions at the top level of a grammar. - Added deriving
sexpinstead of justsexp_offor grammar types. - Moved
validate_sexp*fromSexp_grammar_validationtoSexp_grammar. - Stopped requiring
quickcheck_observerforSexp_grammar_validation.validate_grammar*.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>