expose internal parsers

This commit is contained in:
Alp Mestanogullari 2014-07-01 12:45:08 +02:00
parent 4db1d7a8d8
commit 555981b2c8

View File

@ -11,6 +11,14 @@
module Text.Taggy.Parser
( taggyWith
, run
, -- * Internal parsers
tagopen
, tagclose
, tagcomment
, tagstyle
, tagscript
, tagtext
, htmlWith
) where
import Control.Applicative