diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/BlazeT/Internal.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/BlazeT/Internal.hs b/src/Text/BlazeT/Internal.hs index 1a2fe8c..fcdf944 100644 --- a/src/Text/BlazeT/Internal.hs +++ b/src/Text/BlazeT/Internal.hs | |||
@@ -114,7 +114,7 @@ import qualified Text.Blaze.Internal as Text.Blaze | |||
114 | 114 | ||
115 | {- | Everything is build around the simple @newtype@ definition of the | 115 | {- | Everything is build around the simple @newtype@ definition of the |
116 | 'MarkupT' transformer, which makes use the 'Monoid' instance of Blaze | 116 | 'MarkupT' transformer, which makes use the 'Monoid' instance of Blaze |
117 | 'Text.Blaze.Markup' and is basically a 'WriterT' writing Blaze | 117 | 'Text.Blaze.Markup' and is simply a 'WriterT' writing Blaze |
118 | 'Text.Blaze.Markup': | 118 | 'Text.Blaze.Markup': |
119 | -} | 119 | -} |
120 | newtype MarkupT m a= MarkupT { fromMarkupT :: WriterT Text.Blaze.Markup m a } | 120 | newtype MarkupT m a= MarkupT { fromMarkupT :: WriterT Text.Blaze.Markup m a } |