Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
and ('value, 'state, 'output) ctx =
| Ctx of ('value, 'state, 'output) t
* ('state, 'output) Ser_base.serializer
* 'state
module type Serializer = sig ... end
type ('state, 'output) serializer =
(module Serializer
with type output = 'output
and type state = 'state)