aboutsummaryrefslogtreecommitdiff
path: root/Math
diff options
context:
space:
mode:
Diffstat (limited to 'Math')
-rw-r--r--Math/Combinatorics/test.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Math/Combinatorics/test.hs b/Math/Combinatorics/test.hs
deleted file mode 100644
index 490594c..0000000
--- a/Math/Combinatorics/test.hs
+++ /dev/null
@@ -1,4 +0,0 @@
-data Matrix a = M [[a]]
-
-instance Show a => Show (Matrix a)
- where show (M xs) = show $ break (==[]) xs