Perhaps it's specific to my use case, but Render.Util.StackMachine.renderSimplyDecorated seems like it would be more useful if it actually passed the current stack to the first argument (the text function).
I've found myself using renderSimplyDecoratedA with a State that just reimplements the stack. This feels quite silly.
Perhaps it's specific to my use case, but
Render.Util.StackMachine.renderSimplyDecoratedseems like it would be more useful if it actually passed the current stack to the first argument (the text function).I've found myself using
renderSimplyDecoratedAwith aStatethat just reimplements the stack. This feels quite silly.