summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AufgabeFFP6.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/AufgabeFFP6.hs b/AufgabeFFP6.hs
index 1f2faff..a8f78a3 100644
--- a/AufgabeFFP6.hs
+++ b/AufgabeFFP6.hs
@@ -4,7 +4,6 @@ module AufgabeFFP6
4where 4where
5 5
6import Data.Array 6import Data.Array
7import Debug.Trace
8 7
9type F = Array Int Int 8type F = Array Int Int
10type Op = Int -> Int -> Int 9type Op = Int -> Int -> Int