intern arbitrary constants
[bpt/guile.git] / module / language / bytecode / spec.scm
index 89256c5..d368f6e 100644 (file)
@@ -37,6 +37,7 @@
 (define-language bytecode
   #:title      "Bytecode"
   #:compilers   `((value . ,bytecode->value))
-  #:printer    (lambda (bytecode port) (put-bytevector port bytecode))
+  #:printer    (lambda (x port)
+                  (put-bytevector port (car x)))
   #:reader      get-bytevector-all
   #:for-humans? #f)