We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
declare-term-types
We decided to drop the selector names in the declare-term-types call. Instead of: ($+ ($+_1 E) ($+_2 E)) it is now: ($+ E E)
($+ ($+_1 E) ($+_2 E))
($+ E E)
The selectors weren't supposed to be used, so we're just dropping them.