remove conflictory p

This commit is contained in:
Simon Michael 2009-01-25 13:55:08 +00:00
parent 3c67f25930
commit 931144a12d

View File

@ -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