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]))))
|
||||
|
||||
;; 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^
|
||||
(next-variable-decision
|
||||
|
|
Loading…
Reference in New Issue
Block a user