chrismwendt / combinator-calculus

SK combinatory logic interpreter written in Haskell
1 stars 0 forks source link

Indicate precedence by either parentheses or some apply symbol #6

Closed chrismwendt closed 10 years ago

chrismwendt commented 10 years ago

Since application has fixed arity (2), a single symbol can be used to indicate precedence. For example:

chrismwendt commented 10 years ago

Since changing the internal representation of a Term in 1bd49484, Application now has variable arity.