VinylRecords / Vinyl

Extensible Records for Haskell. Pull requests welcome! Come visit us on #vinyl on freenode.
http://hackage.haskell.org/package/vinyl
MIT License
260 stars 49 forks source link

fix typos #159

Closed ghost closed 2 years ago

ghost commented 2 years ago

Data/Vinyl/ARec/Internal.hs Data/Vinyl/ARec/Internal/SmallArray.hs Data/Vinyl/CoRec.hs Data/Vinyl/Core.hs Data/Vinyl/Derived.hs Data/Vinyl/FromTuple.hs Data/Vinyl/SRec.hs Data/Vinyl/Syntax.hs Data/Vinyl/TypeLevel.hs tests/Aeson.hs

maybe retaining E.g. at the beginning of a new sentence would be preferred

- -- tuple. E.g. @TupleToRecArgs f (f a, f b) ~ (f, [a,b])@.
+ -- tuple, e.g., @TupleToRecArgs f (f a, f b) ~ (f, [a,b])@.