| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Word16
Documentation
A 16-bit unsigned integer.
Instances
| Eq Word16 Source # | |
| Num Word16 Source # | |
| Ord Word16 Source # | |
| Show Word16 Source # | Shown as
|
| Generic Word16 Source # | |
| ToJSON Word16 Source # | Encoded as a JSON number.
|
| Binary Word16 Source # | Little-endian.
|
| NFData Word16 Source # | |
| type Rep Word16 Source # | |
fromWord16 :: Integral a => Word16 -> a Source #