Safe Haskell | None |
---|---|
Language | Haskell2010 |
Analogous to Basics
in the low-level API, this module deals
with capnproto's Text
and Data
types. These are simply aliases for
ByteString
and the text package's Text
; mostly this module provides
helper functions and type class instances.
Unlike with the low-level API, typed lists do not require special treatment -- they're just Vectors.
Synopsis
- type Data = ByteString
- type Text = Text