chrismwendt / combinator-calculus

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

Allow function definitions #8

Open chrismwendt opened 10 years ago

chrismwendt commented 10 years ago
I = a -> a
K = a b -> a
S = a b c -> a c (b c)

Reduction based on functions could replace the SK basis.

chrismwendt commented 10 years ago

Added in a12e97439d17afcdbbfaa9a0b52639c595eeb4a0.