diff options
author | Teddy <[email protected]> | 2013-08-13 23:47:38 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-13 23:47:38 +0800 |
commit | faab1d57661e4d68823723a8270205c3a3c6e148 (patch) | |
tree | 0117a8d3a07f4d3be91eee01475787d2eb47a5fc /test | |
parent | fcb069b98bb6a2f59e5ebfd2ad0ab5ee82a1bdb8 (diff) |
add gc in `PromObj` and `Continuation`
Diffstat (limited to 'test')
-rw-r--r-- | test/q.scm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -67,3 +67,9 @@ res) (display (queen 8)) + +(define shl '()) +(define shr '()) +(define empty-bits '()) +(define res '()) +(define queen '()) |