kolmodin / binary

Efficient, pure binary serialisation using ByteStrings in Haskell.
Other
105 stars 67 forks source link

fix typos #190

Closed ghost closed 2 years ago

ghost commented 2 years ago

src/Data/Binary/Get.hs src/Data/Binary/Get/Internal.hs tests/Action.hs tests/QC.hs

my presumption is produced and not procured was the intention

$ grep -nr procuced binary
binary/src/Data/Binary/Get.hs:260:-- | A decoder procuced by running a 'Get' monad.
$ 

docker/Dockerfile.anyghc docker/Dockerfile.ghc843 src/Data/Binary/Get/Internal.hs tests/Action.hs