package sexp_grammar
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Sexp grammar helpers
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=274f0a166a74c09323d350b3d3f72698c06626adab1bfd4d9b9ee95bf0463267
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)"
>