(system base types) knows about variables
authorAndy Wingo <wingo@pobox.com>
Tue, 17 Feb 2015 09:58:29 +0000 (10:58 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 17 Feb 2015 09:58:29 +0000 (10:58 +0100)
commit577eab817cda22844a0120e7212029ebdcca6c20
treea8ccaef4377b281a7c7e2d34ff079e2965bba536
parent37ae02ffa0d788f59c096cec7a3ac9744d87cf16
(system base types) knows about variables

* module/system/base/types.scm (%tc7-variable): New tc7.
  (cell->object): Handle tc7-variable.

* test-suite/tests/types.test ("opaque objects"): Add a test.
module/system/base/types.scm
test-suite/tests/types.test