| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Boolean
Documentation
A boolean value.
Instances
| Eq Boolean Source # | |
| Show Boolean Source # | |
| Generic Boolean Source # | |
| ToJSON Boolean Source # | Encoded directly as a JSON boolean.
|
| Binary Boolean Source # | Stored in the last bit of a byte. Decoding will fail if the byte is
anything other than
|
| BinaryBit Boolean Source # | Stored as a bit.
|
| NFData Boolean Source # | |
| type Rep Boolean Source # | |