From ce65d9d0de5c8dd1c67c255030c3a4663224d3e7 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 14 Feb 2014 22:23:26 -0800 Subject: [PATCH] change try to exceptions --- try.rkt => exceptions.rkt | 0 main.rkt | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename try.rkt => exceptions.rkt (100%) diff --git a/try.rkt b/exceptions.rkt similarity index 100% rename from try.rkt rename to exceptions.rkt diff --git a/main.rkt b/main.rkt index 320e017..5b3c131 100644 --- a/main.rkt +++ b/main.rkt @@ -8,7 +8,7 @@ "misc.rkt" "string.rkt" "len.rkt" - "try.rkt" + "exceptions.rkt" "scribble.rkt") (provide @@ -20,5 +20,5 @@ "misc.rkt" "string.rkt" "len.rkt" - "try.rkt" + "exceptions.rkt" "scribble.rkt")) \ No newline at end of file