mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added TODO
This commit is contained in:
parent
16ff504df3
commit
5e746db4f4
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@
|
|||
;(expand (match-check-ellipsis$270 s (match-extract-vars$269 and$262 (match-gen-ellipsis$268 v$1 and$262 () ("test" (set! "test")) (match-drop-ids$9 (begin s)) (failure$5) ()) () ()) (match-two$267 v$1 (and$262 s) ("test" (set! "test")) (match-drop-ids$9 (begin s)) (failure$5) ())))*/
|
||||
;(expand (match-two$267 v$1 (and$262 s) ("test" (set! "test")) (match-drop-ids$9 (begin s)) (failure$5) ()))*/
|
||||
|
||||
;(display (match 1 ((or x 2) x)) )(newline)
|
||||
TODO: this does not work, try expanding it manually like we did with the other failing macros. maybe we can discover what's going wrong...
|
||||
(display (match 1 ((or x 2) x)) )(newline)
|
||||
|
||||
(test-group
|
||||
"predicates"
|
||||
|
|
Loading…
Add table
Reference in a new issue