Oops. Correct stupid error.

This commit is contained in:
Tony Garnock-Jones 2014-05-14 16:28:47 -04:00
parent 9ea6cc038d
commit 2013f67341
1 changed files with 2 additions and 1 deletions

View File

@ -595,7 +595,8 @@
(define (pretty-print-matcher* m)
(newline)
(pretty-print-matcher m)
(flush-output))
(flush-output)
m)
(void (pretty-print-matcher*
(matcher-union (pattern->matcher 'A (list (list ?) 'x))