Skip to content
This repository has been archived by the owner on Jan 28, 2018. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoqi committed Dec 30, 2017
1 parent 08b02f1 commit b71299e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prelude.scm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
(let ([p (cdr nfe)])
`(define (,(cdr p) x)
(if (,pred x)
,(car p)
(,(car p) x)
(error ,(string-append (symbol->string (cdr p)) ": isn't a " (symbol->string name)) x)
)))) nf)))))
(define-record-type error-object
Expand Down

0 comments on commit b71299e

Please sign in to comment.