aboutsummaryrefslogtreecommitdiff
path: root/Math
diff options
context:
space:
mode:
authorYuchen Pei <baconp@gmail.com>2017-06-26 07:46:35 -0400
committerYuchen Pei <baconp@gmail.com>2017-06-26 07:46:35 -0400
commit26791f08150090aefcd0ea6bde21c9b7cdac4c2e (patch)
tree05358fcafe28c3bebd3a3100b8229260dedbab44 /Math
parent6134f1f3b075376bdb6a9a086191c2bd35028877 (diff)
removed test.hs
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