diff options
| -rw-r--r-- | AufgabeFFP6.hs | 1 |
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 | |||
| 4 | where | 4 | where |
| 5 | 5 | ||
| 6 | import Data.Array | 6 | import Data.Array |
| 7 | import Debug.Trace | ||
| 8 | 7 | ||
| 9 | type F = Array Int Int | 8 | type F = Array Int Int |
| 10 | type Op = Int -> Int -> Int | 9 | type Op = Int -> Int -> Int |
