
8 Aug
2014
8 Aug
'14
4:31 a.m.
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. Regards,