[commit: packages/pretty] large_docs, moretests: remove some unused helper functions from test-suite (ead25e7)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:49:48 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branches: large_docs,moretests
Link : http://git.haskell.org/packages/pretty.git/commitdiff/ead25e7d14af5e207a602822ecabd92c31e571e6
>---------------------------------------------------------------
commit ead25e7d14af5e207a602822ecabd92c31e571e6
Author: David Terei <code at davidterei.com>
Date: Thu Dec 25 22:44:32 2014 -0800
remove some unused helper functions from test-suite
>---------------------------------------------------------------
ead25e7d14af5e207a602822ecabd92c31e571e6
tests/Test.hs | 5 -----
1 file changed, 5 deletions(-)
diff --git a/tests/Test.hs b/tests/Test.hs
index bcda271..51f659d 100644
--- a/tests/Test.hs
+++ b/tests/Test.hs
@@ -134,11 +134,6 @@ visibleSpace ' ' = '.'
visibleSpace '.' = error "dot in visibleSpace (avoid confusion, please)"
visibleSpace c = c
--- shorthands debug functions
-pd = (print.prettyDoc)
-pds = mapM_ pd
-rds = (map mergeTexts.flattenDoc)
-
-- (1) QuickCheck Properties: Laws
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the ghc-commits
mailing list