[plt-scheme] srfi-78 breakage
Eli Barzilay
eli at barzilay.org
Mon Mar 17 01:59:24 EDT 2008
On Mar 17, Dimitris Vyzovitis wrote:
> The binding of => has broken the srfi-78 check macro:
> (require srfi/78)
> (check 'foo => 'bar)
> stdin::68: check: bad syntax in: (check (quote foo) => (quote bar))
I've switched the implementation from `mzscheme' to `scheme/base'
which solves the problem. Will be committed soon.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!
More information about the plt-scheme
mailing list