aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorJohannes Gerer <oss@johannesgerer.com>2016-10-27 14:00:05 +0200
committerJohannes Gerer <oss@johannesgerer.com>2016-10-27 14:00:05 +0200
commitbd93b7c0b050dc23b652f918ed3a98ea6b386962 (patch)
tree25a8ea123764e39b8402091dddec96e575de43b6 /src
parentcdfc5a078a334f8467fb52f30c3ef544b63be4d0 (diff)
downloadblazeT-bd93b7c0b050dc23b652f918ed3a98ea6b386962.tar.gz
blazeT-bd93b7c0b050dc23b652f918ed3a98ea6b386962.tar.zst
blazeT-bd93b7c0b050dc23b652f918ed3a98ea6b386962.zip
Docsv0.0.4
Diffstat (limited to 'src')
-rw-r--r--src/Text/BlazeT/Internal.hs2
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-}
120newtype MarkupT m a= MarkupT { fromMarkupT :: WriterT Text.Blaze.Markup m a } 120newtype MarkupT m a= MarkupT { fromMarkupT :: WriterT Text.Blaze.Markup m a }