Last change
on this file since 37388 was
36627,
checked in by Kon Lovett, 2 years ago
|
move describe stuff to own module
|
File size:
303 bytes
|
Line | |
---|
1 | ;;;; coops-utils.scm -*- Scheme -*- |
---|
2 | ;;;; Kon Lovett, Jul '18 |
---|
3 | ;;;; Kon Lovett, Jun '17 |
---|
4 | ;;;; Kon Lovett, Dec '12 |
---|
5 | |
---|
6 | (module coops-utils () |
---|
7 | |
---|
8 | (import scheme (chicken module)) |
---|
9 | (import coops-introspection coops-extras coops-describe) |
---|
10 | |
---|
11 | (reexport coops-introspection coops-extras coops-describe) |
---|
12 | |
---|
13 | ) ;coops-utils |
---|
Note: See
TracBrowser
for help on using the repository browser.