Capnp.Repr.Parsed
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.
Parsed a
Parsed
a
Parsed Data
Data
ByteString