{-# OPTIONS_GHC -fno-warn-orphans -F -pgmF trhsx #-} -- |simple example of using Identity XML monad module Main where import HSP import HSP.Identity page :: XML page = evalIdentity $ Literal XML in a pure function

Purely for demo purposes.

main :: IO () main = putStrLn (renderAsHTML page)