From 2612c3356bd444c16f8371692008cb29108231f9 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 28 Apr 2019 20:01:39 -0700 Subject: [PATCH] use 'unknown not #f --- brag/private/internal-support.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brag/private/internal-support.rkt b/brag/private/internal-support.rkt index aaad582..cc209e9 100755 --- a/brag/private/internal-support.rkt +++ b/brag/private/internal-support.rkt @@ -7,7 +7,7 @@ current-tokenizer-error-handler) ;; During parsing, we should define the source of the input. -(define current-source (make-parameter #f)) +(define current-source (make-parameter 'unknown)) ;; When an parse error happens, we call the current-parser-error-handler: