From 22d41fc6a5b0f55dab587b43f1c7fc9ef4b40065 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 6 Jun 2020 13:56:54 +0200 Subject: Ugly and not working function value reduction, main evaluation refactoring --- src/Evaluation.hs | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 src/Evaluation.hs (limited to 'src/Evaluation.hs') diff --git a/src/Evaluation.hs b/src/Evaluation.hs deleted file mode 100644 index 9b45010..0000000 --- a/src/Evaluation.hs +++ /dev/null @@ -1,2 +0,0 @@ -module Evaluation where - -- cgit