www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit cdffe7106e0c0354288e361494d5806ce489ef74
parent 4587b5e9bbac0b263eafd178260a8af9c4f123b7
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date:   Fri, 23 Oct 2015 18:30:44 -0400

fix grammar

Diffstat:
Mmacro-debugger-text-lib/macro-debugger/model/deriv-parser.rkt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/macro-debugger-text-lib/macro-debugger/model/deriv-parser.rkt b/macro-debugger-text-lib/macro-debugger/model/deriv-parser.rkt @@ -554,8 +554,8 @@ ;; then the body is processed as a list (since it has already been ;; processed as a block) (EB/EL - [(EB) $1] - [(EL) $1]) + [((? EB)) $1] + [((? EL)) $1]) ;; Blocks ;; EB Answer = BlockDerivation