Skip to content

Instantly share code, notes, and snippets.

@evhan
evhan / tagged.scm
Last active August 29, 2015 14:19 — forked from ktakashi/tagged.scm
(import (scheme base) (scheme write) (scheme cxr))
(cond-expand
(chibi (import (chibi) (chibi match)))
(sagittarius (import (sagittarius) (match)))
(gauche (import (gauche base) (util match)))
(chicken (import-for-syntax (matchable)))
(else #t))
(cond-expand