Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | provisional |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- newtype Bytes = Bytes {}
- _Bytes :: Iso' Bytes ByteString
Documentation
Binary data.
This data is passed to/from the serialisation routines as-is, and any particular encoding or decoding (say, base64) is left up to the caller.
Instances
_Bytes :: Iso' Bytes ByteString Source #