This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "heist".
The branch, 0.2-dev has been updated
via d375685dcf98a4680d65525d50543f5540c23d51 (commit)
from f8011e84a5e23ee104ebbc82a406cf2446cf6ff4 (commit)
Summary of changes:
src/Text/Templating/Heist/Types.hs | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d375685dcf98a4680d65525d50543f5540c23d51
Author: Mighty Byte <[email protected]>
Date: Tue Jun 1 22:39:12 2010 -0400
Added comment to Types module.
diff --git a/src/Text/Templating/Heist/Types.hs
b/src/Text/Templating/Heist/Types.hs
index d6ae9af..e3fd9ab 100644
--- a/src/Text/Templating/Heist/Types.hs
+++ b/src/Text/Templating/Heist/Types.hs
@@ -5,6 +5,19 @@
{-# LANGUAGE UndecidableInstances #-}
{-# LANGUAGE MultiParamTypeClasses #-}
+{-|
+
+This module contains the core Heist data types. TemplateMonad intentionally
+does not expose any of it's functionality via MonadState or MonadReader
+functions. We define passthrough instances for the most common types of
+monads. These instances allow the user to use TemplateMonad in a monad stack
+without needing calls to `lift`.
+
+Edward Kmett wrote most of the TemplateMonad code and associated instances,
+liberating us from the unused writer portion of RWST.
+
+-}
+
module Text.Templating.Heist.Types where
------------------------------------------------------------------------------
-----------------------------------------------------------------------
hooks/post-receive
--
heist
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap