move boolean to the last production to avoid breaking
the random generation tests
This commit is contained in:
parent
26616cbc05
commit
e67952f34a
|
@ -740,7 +740,7 @@
|
||||||
[_ pat]))))
|
[_ pat]))))
|
||||||
|
|
||||||
;; used in generating the `any' pattern
|
;; used in generating the `any' pattern
|
||||||
(define-language sexp (sexp variable string number boolean hole (sexp ...)))
|
(define-language sexp (sexp variable string number hole (sexp ...) boolean))
|
||||||
|
|
||||||
(define-signature decisions^
|
(define-signature decisions^
|
||||||
(next-variable-decision
|
(next-variable-decision
|
||||||
|
|
Loading…
Reference in New Issue
Block a user