From 931144a12dff0306634ab2e6a3c4d40bba7ada75 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 25 Jan 2009 13:55:08 +0000 Subject: [PATCH] remove conflictory p --- Ledger/Utils.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Ledger/Utils.hs b/Ledger/Utils.hs index b903876d4..2c0ebb41a 100644 --- a/Ledger/Utils.hs +++ b/Ledger/Utils.hs @@ -215,8 +215,6 @@ showforest = concatMap showtree strace :: Show a => a -> a strace a = trace (show a) a -p = putStr - -- testing assertequal e a = assertEqual "" e a