Did you accidentally remove the underscore from the pattern match?
It is hard to view a bunch of code snippets in an e-mail. Maybe using diff and hpaste would be helpful.
Greg weber
On Mon, Mar 28, 2011 at 8:18 PM, Michael Litchard
<michael@schmong.org> wrote:
> data Tframe = Tframe
> { tframePages :: [Page]
> , tframeStatic :: Static
> }