From bd93b7c0b050dc23b652f918ed3a98ea6b386962 Mon Sep 17 00:00:00 2001 From: Johannes Gerer Date: Thu, 27 Oct 2016 14:00:05 +0200 Subject: Docs --- src/Text/BlazeT/Internal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 {- | Everything is build around the simple @newtype@ definition of the 'MarkupT' transformer, which makes use the 'Monoid' instance of Blaze -'Text.Blaze.Markup' and is basically a 'WriterT' writing Blaze +'Text.Blaze.Markup' and is simply a 'WriterT' writing Blaze 'Text.Blaze.Markup': -} newtype MarkupT m a= MarkupT { fromMarkupT :: WriterT Text.Blaze.Markup m a } -- cgit v1.2.3