tomland icon indicating copy to clipboard operation
tomland copied to clipboard

Return 'TomlState ()' in codecWrite

Open brandonchinn178 opened this issue 4 years ago • 0 comments

Codec no longer has a Monad instance, as of 1.3.0.0, so there's no longer any need to keep returning TomlState o. As a newcomer, it's difficult to understand the type of Codec (what is the result o used for?), and this would help a lot in that direction.

brandonchinn178 avatar Apr 02 '22 23:04 brandonchinn178