hamlet-0.8.2: Haml-like template files that are compile-time checked

Text.Coffee

Documentation

class ToCoffee c whereSource

Methods

toCoffee :: c -> BuilderSource

type Coffee url = (url -> [(Text, Text)] -> Text) -> CoffeescriptSource

renderCoffee :: (url -> [(Text, Text)] -> Text) -> Coffee url -> IO TextSource