-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Rapid prototyping websites with Snap and Heist
--
-- Charade is a tool for rapid website prototyping using Heist and Snap.
-- Charade-generated sites can easily be dropped into Snap applications
-- and work out of the box with no modification.
--
-- The main thing provided by this package is the charade executable that
-- serves your prototype sites. The library provided contains a Heist
-- splice that you use to make all evidence of charade disappear in your
-- production app.
--
-- For more information, see the README:
-- https://github.com/soostone/charade/blob/master/README.md
@package charade
@version 0.1
module Heist.Charade
-- | Charade needs to provide a splice that can be bound to eliminate all
-- charade-specific attributes from the markup.
charadeProductionSplice :: Monad n => Splice n