add txexpr-tags?

typed-work
Matthew Butterick 10 years ago
parent dedff2c5de
commit 26563ddcfc

@ -20,6 +20,11 @@
(any/c . -> . boolean?)
(symbol? x))
(define+provide+safe (txexpr-tags? x)
(any/c . -> . boolean?)
(and (list? x) (andmap txexpr-tag? x)))
(define+provide+safe (txexpr-attr? x)
(any/c . -> . boolean?)
(match x

Loading…
Cancel
Save