chrismwendt / combinator-calculus

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

Perform reverse mapping from SK to definitions #10

Open chrismwendt opened 10 years ago

chrismwendt commented 10 years ago

For example, after defining F = S K, K (S K) K should reduce to F instead of (S K).