Header menu logo CodecMapper

Builder<'T, 'Ctor> Type

Builder state for the Pipeline DSL. The builder keeps the constructor's remaining type in `'Ctor` so each appended field proves, at compile time, that one more argument has been supplied before `build` can close over the final record value.

Record fields

Record Field Description

App

Full Usage: App

Field type: obj[] -> int -> 'Ctor

We evaluate the curried constructor from left to right against decoded field values stored in the compiler's `obj[]` buffer. This keeps the public DSL typed while still fitting the existing record compiler.

Field type: obj[] -> int -> 'Ctor

Fields

Full Usage: Fields

Field type: SchemaField list
Field type: SchemaField list

Type something to start searching.