We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f4b7c commit a8fe3ffCopy full SHA for a8fe3ff
1 file changed
www/notes/con/syntax.rkt
@@ -5,7 +5,6 @@
5
;; Is x a well-formed expression?
6
(define (expr? x)
7
(match x
8
- [(? symbol?) #t]
9
[(? integer? i) #t]
10
[`(add1 ,x) (expr? x)]
11
[`(sub1 ,x) (expr? x)]
0 commit comments