s/(scheme record)/(picrin record)/g
This commit is contained in:
parent
f17f2f3a77
commit
9e6612c0cb
|
@ -748,7 +748,7 @@
|
||||||
(export display))
|
(export display))
|
||||||
|
|
||||||
;;; Record Type
|
;;; Record Type
|
||||||
(define-library (scheme record)
|
(define-library (picrin record)
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
(scheme cxr)
|
(scheme cxr)
|
||||||
(picrin macro))
|
(picrin macro))
|
||||||
|
|
Loading…
Reference in New Issue