|
From: | Chicken Trac |
Subject: | Re: [Chicken-janitors] #1145: Issue with matchable and the module system |
Date: | Tue, 05 Aug 2014 14:44:17 -0000 |
#1145: Issue with matchable and the module system -------------------------+-------------------------------------------------- Reporter: mario | Owner: ashinn Type: defect | Status: assigned Priority: major | Milestone: someday Component: extensions | Version: 4.9.x Resolution: | Keywords: matchable, module system -------------------------+-------------------------------------------------- Comment(by sjamaan): Have you tested my trivial test under other implementations? It's the following: {{{ #!scm (match 'some-form ((or ('x a) ('y b)) 'a-macro) (else #f)) }}} -- Ticket URL: <http://bugs.call-cc.org/ticket/1145#comment:5> CHICKEN Scheme <http://www.call-with-current-continuation.org/> CHICKEN Scheme is a compiler for the Scheme programming language.
[Prev in Thread] | Current Thread | [Next in Thread] |