capnp-0.12.0.0: Cap'n Proto for Haskell
Safe HaskellNone
LanguageHaskell2010

Capnp.Repr.Parsed

Synopsis

Documentation

type Parsed a = ParsedByRepr (ReprFor a) a Source #

Parsed a is the high-level/ADT representation of the capnproto type a. For struct types this is equivalent to Parsed a, but we special case other types, such that e.g. Parsed Data = ByteString.