
8 Aug
2014
8 Aug
'14
6:56 a.m.
On Thu, Aug 7, 2014 at 9:31 PM, Bardur Arantsson
On 2014-08-07 19:57, Kyle Hanson wrote:
Hello,
Here is the "makeBucket" function that is referenced (it is the same in both state and nonstate):
https://github.com/hansonkd/StrappedTemplates/blob/321a88168d54943fc217553c8...
Just a shot in the dark, but I notice that you're using "modify" and not "modify'" which was added in a recent version of transformers.
Strict.StateT is not always "strict enough" and you may need to use modify'.
At any rate, it's worth a shot, I think.
Good point. I think that even modify' will not be strict enough without adding strictness to RenderState as well. John L.