mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Adding stub
This commit is contained in:
parent
143ef49c20
commit
5d74721111
1 changed files with 8 additions and 0 deletions
8
scheme/cyclone/transforms.sld
Normal file
8
scheme/cyclone/transforms.sld
Normal file
|
@ -0,0 +1,8 @@
|
|||
(define-library (scheme cyclone transforms)
|
||||
(import (scheme base)
|
||||
(scheme char)
|
||||
)
|
||||
(export
|
||||
)
|
||||
(include "../common.scm")
|
||||
(include "../../transforms.scm"))
|
Loading…
Add table
Reference in a new issue