Fixed typo, removed debugging output

This commit is contained in:
Georges Dupéron 2016-09-29 18:01:06 +02:00
parent 3e460034ed
commit ba76a5cfc7
2 changed files with 1 additions and 3 deletions

View File

@ -285,8 +285,6 @@
(syntax-parser
#:context context
#:literals (^ * + - once)
[({~do (displayln this-syntax)} #:oops-nope)
#'trbgfdsctgbrfvdc]
[()
#'(list)]
[rest:not-stx-pair

View File

@ -136,7 +136,7 @@
: (List Fixnum String Null)
'(1 "flob" ()))
(check-equal?: (match (ann (list 1 "flob") Any)
(check-equal?: (match (list 1 "flob")
[(and (? (make-predicate (xlist Fixnum String)))
(split-xlist whole Fixnum String)) whole])
: (List One String Null)