29 Mar
2011
29 Mar
'11
11:44 a.m.
Ah, I have the hpaste. Did not do a diff, but I think I am pretty explicit in where changes were made. http://hpaste.org/45119/working_off_a_yesod_example_fi I fixed the first error. I did forget a parameter, but was looking in the wrong part of the code. On Mon, Mar 28, 2011 at 8:36 PM, Greg Weber <greg@gregweber.info> wrote:
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 }