source:
project/release/5/box/trunk/box.types.scm
@
39171
Last change on this file since 39171 was 38569, checked in by , 11 months ago | |
---|---|
File size: 227 bytes |
Line | |
---|---|
1 | ;;;; box.types.scm -*- Scheme -*- |
2 | ;;;; Kon Lovett, Apr '20 |
3 | |
4 | ;; Include File |
5 | |
6 | (define-type box-struct (or (struct box) (struct box!))) |
7 | (define-type box-closure ((* * * -> *) -> *)) |
8 | (define-type box (or box-struct box-closure)) |
Note: See TracBrowser
for help on using the repository browser.