Repository : ssh://[email protected]/binary On branch : ghc-head Link : http://git.haskell.org/?p=packages/binary.git;a=commit;h=b0144031aaef4347b4ca1646262bd060bc95b271
>--------------------------------------------------------------- commit b0144031aaef4347b4ca1646262bd060bc95b271 Author: Lennart Kolmodin <[email protected]> Date: Sat Mar 2 18:54:47 2013 +0400 Typo. >--------------------------------------------------------------- b0144031aaef4347b4ca1646262bd060bc95b271 src/Data/Binary/Get/Internal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/Binary/Get/Internal.hs b/src/Data/Binary/Get/Internal.hs index 3108289..53346cc 100644 --- a/src/Data/Binary/Get/Internal.hs +++ b/src/Data/Binary/Get/Internal.hs @@ -58,7 +58,7 @@ import GHC.Base -- rare, as the RTS should only wake you up if you actually have some data -- to read from your fd. --- | A decoder procuced by running a 'Get' monad. +-- | A decoder produced by running a 'Get' monad. data Decoder a = Fail !B.ByteString String -- ^ The decoder ran into an error. The decoder either used -- 'fail' or was not provided enough input. _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
