diff options
-rw-r--r-- | src/Text/ParserCombinators/Pandoc.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Text/ParserCombinators/Pandoc.hs b/src/Text/ParserCombinators/Pandoc.hs index f418e0e75..cbccdcf1c 100644 --- a/src/Text/ParserCombinators/Pandoc.hs +++ b/src/Text/ParserCombinators/Pandoc.hs @@ -36,15 +36,12 @@ module Text.ParserCombinators.Pandoc ( skipSpaces, blankline, blanklines, - escaped, enclosed, - nullBlock, stringAnyCase, parseFromStr, lineClump ) where import Text.ParserCombinators.Parsec -import Text.Pandoc.Shared import Data.Char ( toUpper, toLower ) --- | Parse any line of text |