Make sure the Redex pattern language's 'boolean' is rendered as a nonterminal
This commit is contained in:
parent
198a65a5fc
commit
a8d981230c
|
@ -1,3 +1,3 @@
|
|||
#lang racket/base
|
||||
(provide underscore-allowed)
|
||||
(define underscore-allowed '(any number string variable variable-not-otherwise-mentioned natural integer real))
|
||||
(define underscore-allowed '(any number string variable variable-not-otherwise-mentioned natural integer real boolean))
|
||||
|
|
Loading…
Reference in New Issue
Block a user