package dolmen
Juxtaposition of terms, usually used for annotating terms with types.
Dependant product, or polymorphic type quantification. Used to build polymorphic function types such as, Pi [a] (Arrow a a)
.
Pattern matching. The first term is the term to match, and each tuple in the list is a match case, which is a pair of a pattern and a match branch.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>