diff --git a/Data/Attoparsec/ByteString/Lazy.hs b/Data/Attoparsec/ByteString/Lazy.hs index 73b7de4..7ecec42 100644 --- a/Data/Attoparsec/ByteString/Lazy.hs +++ b/Data/Attoparsec/ByteString/Lazy.hs @@ -15,7 +15,7 @@ -- Simple, efficient combinator parsing that can consume lazy -- 'ByteString' strings, loosely based on the Parsec library. -- --- This is essentially the same code as in the 'Data.Attoparsec' +-- This is essentially the same code as in the "Data.Attoparsec" -- module, only with a 'parse' function that can consume a lazy -- 'ByteString' incrementally, and a 'Result' type that does not allow -- more input to be fed in. Think of this as suitable for use with a diff --git a/Data/Attoparsec/Lazy.hs b/Data/Attoparsec/Lazy.hs index 9e6ecf6..4c1be55 100644 --- a/Data/Attoparsec/Lazy.hs +++ b/Data/Attoparsec/Lazy.hs @@ -10,7 +10,7 @@ -- Simple, efficient combinator parsing for lazy 'ByteString' -- strings, loosely based on the Parsec library. -- --- This is essentially the same code as in the 'Data.Attoparsec' +-- This is essentially the same code as in the "Data.Attoparsec" -- module, only with a 'parse' function that can consume a lazy -- 'ByteString' incrementally, and a 'Result' type that does not allow -- more input to be fed in. Think of this as suitable for use with a diff --git a/Data/Attoparsec/Text/Lazy.hs b/Data/Attoparsec/Text/Lazy.hs index 79ac057..619873c 100644 --- a/Data/Attoparsec/Text/Lazy.hs +++ b/Data/Attoparsec/Text/Lazy.hs @@ -16,7 +16,7 @@ -- Simple, efficient combinator parsing that can consume lazy 'Text' -- strings, loosely based on the Parsec library. -- --- This is essentially the same code as in the 'Data.Attoparsec.Text' +-- This is essentially the same code as in the "Data.Attoparsec.Text" -- module, only with a 'parse' function that can consume a lazy -- 'Text' incrementally, and a 'Result' type that does not allow -- more input to be fed in. Think of this as suitable for use with a