Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Noticed by UWaterloo student.
  • Loading branch information
samth committed Dec 5, 2012
1 parent 0f99905 commit e5bd747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlang/main.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(define-syntax-rule (ti . e) (#%top-interaction . e))
(define-simple-macro (q . (~or x:number x:id)) (quote x))
(define ((K x) y) x)
(define (((S x) y) z) ((x z) (x z)))
(define (((S x) y) z) ((x z) (y z)))
(define (X x) ((x S) K))
(define (I x) x)

Expand Down

0 comments on commit e5bd747

Please sign in to comment.