diff --git a/exceptions.rkt b/exception.rkt similarity index 100% rename from exceptions.rkt rename to exception.rkt diff --git a/main.rkt b/main.rkt index 5b3c131..ddcfd72 100644 --- a/main.rkt +++ b/main.rkt @@ -8,7 +8,7 @@ "misc.rkt" "string.rkt" "len.rkt" - "exceptions.rkt" + "exception.rkt" "scribble.rkt") (provide @@ -20,5 +20,5 @@ "misc.rkt" "string.rkt" "len.rkt" - "exceptions.rkt" + "exception.rkt" "scribble.rkt")) \ No newline at end of file