package git

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Value.DSource

Sourcetype t = t
Sourcetype error = [
  1. | Error.Decoder.t
  2. | `Inflate of Inflate.error
]
Sourcetype decoder
Sourceval pp_error : error Fmt.t
Sourceval to_result : Cstruct.t -> (t, error) result
Sourceval default : init -> decoder
Sourceval eval : decoder -> [ `Await of decoder | `End of Cstruct.t * t | `Error of Cstruct.t * error ]
Sourceval finish : decoder -> decoder