Presentational tweaks.

This commit is contained in:
Tony Garnock-Jones 2012-07-30 13:36:58 -04:00
parent 8788d237f7
commit 55c35a4f04
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,8 @@
(require "fake-tcp.rkt")
(define (term->bytes v)
(with-output-to-bytes (lambda () (write v) (newline))))
(with-output-to-bytes
(lambda () (write v) (newline))))
;;---------------------------------------------------------------------------
@ -63,7 +64,6 @@
[msg (at-meta-level
(cout (term->bytes msg)))])))
(ground-vm
(spawn tcp-driver)
(spawn listener))
(ground-vm (spawn tcp-driver)
(spawn listener))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;