You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think? With this approach, we can have a single module Toml.Codec with all general functions, encoding and decoding functions instead of two modules Toml.Monad and Toml.Code
The text was updated successfully, but these errors were encountered:
Currently, we have the following
Codec
abstract data type:But in this library it's used only for
TomlCodec
:It could be a good simplification to combine two and have
What do you think? With this approach, we can have a single module
Toml.Codec
with all general functions, encoding and decoding functions instead of two modulesToml.Monad
andToml.Code
The text was updated successfully, but these errors were encountered: