chrismwendt / combinator-calculus

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

Add alias functionality #4

Open chrismwendt opened 10 years ago

chrismwendt commented 10 years ago

Support named terms which can be reused:

I = S K K
Y = S (K (S I I)) (S (S (K S) K) (K (S I I)))
Y I