| ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Description | ||||||||||||||||||||||||||||||||||||||
Most everything exported here is exported also by Text.Hamlet. The exceptions to that rule should not be necessary for normal usage. | ||||||||||||||||||||||||||||||||||||||
Synopsis | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Public API | ||||||||||||||||||||||||||||||||||||||
newtype HamletRT | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
data HamletData url | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
type HamletMap url = [([String], HamletData url)] | ||||||||||||||||||||||||||||||||||||||
data HamletException | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
parseHamletRT :: Failure HamletException m => HamletSettings -> String -> m HamletRT | ||||||||||||||||||||||||||||||||||||||
renderHamletRT :: Failure HamletException m => HamletRT -> HamletMap url -> (url -> [(String, String)] -> String) -> m Html | ||||||||||||||||||||||||||||||||||||||
renderHamletRT' :: Failure HamletException m => Bool -> HamletRT -> HamletMap url -> (url -> [(String, String)] -> String) -> m Html | ||||||||||||||||||||||||||||||||||||||
data SimpleDoc | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Produced by Haddock version 2.6.0 |