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