Copyright | Aleksandr Krupenkin 2016-2021 |
---|---|
License | Apache-2.0 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | noportable |
Safe Haskell | None |
Language | Haskell2010 |
This type helps to skip fields in encoded data type.
Documentation
This type hide filed from encoding context.
It's useful in cases when serialization impossible or not needed.
For decoding wrapped type should have Default
instance.