SemGuS-git / Semgus-Parser

Library and tool for parsing SemGuS specifications
MIT License
4 stars 1 forks source link

Syntax change: dropping selector names in `declare-term-types` #78

Closed kjcjohnson closed 2 years ago

kjcjohnson commented 2 years ago

We decided to drop the selector names in the declare-term-types call. Instead of: ($+ ($+_1 E) ($+_2 E)) it is now: ($+ E E)

The selectors weren't supposed to be used, so we're just dropping them.