Fixed typo, removed debugging output
This commit is contained in:
parent
3e460034ed
commit
ba76a5cfc7
|
@ -285,8 +285,6 @@
|
|||
(syntax-parser
|
||||
#:context context
|
||||
#:literals (^ * + - ∞ once)
|
||||
[({~do (displayln this-syntax)} #:oops-nope)
|
||||
#'trbgfdsctgbrfvdc]
|
||||
[()
|
||||
#'(list)]
|
||||
[rest:not-stx-pair
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user