diff options
author | Johannes Gerer <oss@johannesgerer.com> | 2016-10-27 14:00:05 +0200 |
---|---|---|
committer | Johannes Gerer <oss@johannesgerer.com> | 2016-10-27 14:00:05 +0200 |
commit | bd93b7c0b050dc23b652f918ed3a98ea6b386962 (patch) | |
tree | 25a8ea123764e39b8402091dddec96e575de43b6 /src | |
parent | cdfc5a078a334f8467fb52f30c3ef544b63be4d0 (diff) | |
download | blazeT-bd93b7c0b050dc23b652f918ed3a98ea6b386962.tar.gz blazeT-bd93b7c0b050dc23b652f918ed3a98ea6b386962.tar.zst blazeT-bd93b7c0b050dc23b652f918ed3a98ea6b386962.zip |
Docsv0.0.4
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 } |