I'm setting colours with Crayons.Box constants. Because the thing being displayed is via show rather than a string literal, I can't use the function application syntax. So I need to manually handle resetting formatting. However, there's no Crayons.Box.RESET crayon to use.
I'm setting colours with Crayons.Box constants. Because the thing being displayed is via show rather than a string literal, I can't use the function application syntax. So I need to manually handle resetting formatting. However, there's no Crayons.Box.RESET crayon to use.