From afe03e8574dde2b1c2fc27d09e0cb1f58151ea2f Mon Sep 17 00:00:00 2001 From: Edward Kmett Date: Wed, 6 Feb 2013 10:48:41 -0500 Subject: [PATCH] Remove spurious uncommented comment. --- src/Text/Trifecta/Result.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Text/Trifecta/Result.hs b/src/Text/Trifecta/Result.hs index 79cf25f..8de7d2e 100644 --- a/src/Text/Trifecta/Result.hs +++ b/src/Text/Trifecta/Result.hs @@ -69,7 +69,6 @@ instance Monoid Err where {-# INLINE mappend #-} -- | Generate a simple 'Err' word-wrapping the supplied message. - that word-wraps failing :: String -> Err failing m = Err (Just (fillSep (pretty <$> words m))) [] mempty {-# INLINE failing #-}