Skip to content

Commit 1a1658a

Browse files
committed
up
1 parent 992711a commit 1a1658a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ An implementation of [lambda calculus](https://en.wikipedia.org/wiki/Lambda_calc
66
(define name body)
77
(define (name arg ...) body)
88
(import name ... "./file.scm")
9-
(assert-equal exp ...)
10-
(assert-not-equal exp ...)
9+
(assert-equal lhs rhs)
10+
(assert-not-equal lhs rhs)
1111
1212
(lambda (name) ret)
1313
(let ((name exp) ...) body)

0 commit comments

Comments
 (0)