7 lines
199 B
Scheme
7 lines
199 B
Scheme
|
;;; This file is part of the Scheme Untergrund Library.
|
||
|
|
||
|
;; This code, written by Taylor Campbell, is in the public domain.
|
||
|
|
||
|
(define-interface srfi-10-interface
|
||
|
(export define-reader-constructor))
|