| 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 # | |
| Binary Boolean Source # | Boolean values are stored in the last bit of a byte. Decoding will fail if
the byte is anything other than |
| BinaryBit Boolean Source # | |
| NFData Boolean Source # | |
| type Rep Boolean Source # | |