#'(list (?@@ (?? (v …)) …)) from the yet-to-come docs fails #5

Closed
opened 2017-05-06 00:58:41 +01:00 by SuzanneSoy · 0 comments
SuzanneSoy commented 2017-05-06 00:58:41 +01:00 (Migrated from github.com)
#lang racket/base
(require subtemplate/override)
(define/syntax-parse ({~optional {~or k:keyword b:boolean i:nat}}
                      {~and {~or (v …) s:str}} …)
  #'(#:a-keyword (1 2 3 4) "foo" (5 6)))
#'(list (?@@ (?? (v …)) …))
s: attribute contains non-syntax value
  value: #f in: s

Also fails

``` #lang racket/base (require subtemplate/override) (define/syntax-parse ({~optional {~or k:keyword b:boolean i:nat}} {~and {~or (v …) s:str}} …) #'(#:a-keyword (1 2 3 4) "foo" (5 6))) #'(list (?@@ (?? (v …)) …)) ``` ``` s: attribute contains non-syntax value value: #f in: s ``` Also fails
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/subtemplate#5
No description provided.