package scid
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Scid.D
val pp_error : Format.formatter -> error -> unitval decode : t -> decode_resultdecode d is:
`Awaitiffdhas a`Manualinput source and awaits for more input. The client must useManual.srcto provide it.`R r, if a recordrwas decoded.`End, if the end of input was reached.`Error, if an error occured. If you are interested in a best-effort decoding you can still continue to decode after an error.
Note. Repeated invocation always eventually returns `End, even in case of errors.
module Manual : sig ... endManual sources.