Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Data/Attoparsec/ByteString/Lazy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Data/Attoparsec/Lazy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Data/Attoparsec/Text/Lazy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down