From 26791f08150090aefcd0ea6bde21c9b7cdac4c2e Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 26 Jun 2017 07:46:35 -0400 Subject: removed test.hs --- Math/Combinatorics/test.hs | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Math/Combinatorics/test.hs (limited to 'Math') 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 -- cgit v1.2.3