diff --git a/macro-debugger-text-lib/macro-debugger/model/deriv-parser.rkt b/macro-debugger-text-lib/macro-debugger/model/deriv-parser.rkt index 993a767..862b7bf 100644 --- 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