Export ‘parseErrorPretty’ from ‘Text.Megaparsec’

This commit is contained in:
mrkkrp 2016-04-18 20:48:31 +07:00
parent f3f0aef44e
commit 84038a4fab

View File

@ -135,6 +135,7 @@ module Text.Megaparsec
, ParseError (..)
, ShowToken (..)
, ShowErrorComponent (..)
, parseErrorPretty
-- * Low-level operations
, Stream (..)
, State (..)