Correct typo in contract
This commit is contained in:
parent
a0d3481b73
commit
c2a3c35db1
4
ast.rkt
4
ast.rkt
|
@ -7,8 +7,8 @@
|
|||
(list/c any/c
|
||||
(or/c exact-positive-integer? #f)
|
||||
(or/c exact-nonnegative-integer? #f)
|
||||
(or/c exact-nonnegative-integer? #f)
|
||||
(or/c exact-positive-integer? #f))))
|
||||
(or/c exact-positive-integer? #f)
|
||||
(or/c exact-nonnegative-integer? #f))))
|
||||
|
||||
(define-struct predicate-sym (srcloc sym) #:prefab)
|
||||
(define datum/c (or/c string? symbol? predicate-sym?))
|
||||
|
|
Loading…
Reference in New Issue
Block a user