Gauche > Archives > 2014/12/07

2014/12/07 10:02:35 UTCshiro
#
(cond (1 2 . 3))がSEGVるの、util.matchのバグっぽいな https://github.com/shirok/Gauche/issues/47
#
(match '(1 . 2) [(x) 'a] [(x ...) 'b]) => bになる。(x ...)は正式なリストにしかマッチしないはずなのに。
2014/12/07 11:13:23 UTCshiro
#
ふむ。バグはみつけた。これ元のWrightのmatchにもあるな。