kowainik / tomland

🏝 Bidirectional TOML serialization
https://kowainik.github.io/posts/2019-01-14-tomland
Mozilla Public License 2.0
120 stars 39 forks source link

Laws for 'TomlState' #319

Open chshersh opened 4 years ago

chshersh commented 4 years ago

Since we implement a custom combination of the StateT and MaybeT transformers, it would be nice to test their laws.

Probably should be done before #240.