Well Quite!


The Rants, Raves, and Rituals of Matthew Sackman
Sunday, March 25th, 2007

Chunks

This is a clone of the Perl HTML::Chunks module for Haskell, creating the Haskell module Text.HTML.Chunks. The main bonus is that the chunks are statically combined at compile time with the code which then checks that the chunks that are used exist and are used correctly. The downside is that changing the template requires recompilation. Some may think this is a good thing.