package serde
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A serialization framework for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
serde-0.0.1.tbz
sha256=14c12871e403a531994acc99ca9d140ea00ea4f6a794d38f01f606eb33615dbd
sha512=fea87f5067ed2c27b76dcb0ff96c6d39c939f62aecced8cd19790e20af794fbfaa99d727c04461e42ab115c97f39d0fe68f93f016ed2cb1471d8cc0d55b19b10
doc/serde.de/De/Visitor/Make/index.html
Module Visitor.MakeSource
Parameters
Signature
include module type of struct include B end
type value = B.valuetype tag = B.tagval visit_bool : bool -> (value, 'error Error.de_error) resultval visit_unit : unit -> (unit, 'error Error.de_error) resultval visit_char : char -> (value, 'error Error.de_error) resultval visit_int : int -> (value, 'error Error.de_error) resultval visit_float : float -> (value, 'error Error.de_error) resultval visit_string : string -> (value, 'error Error.de_error) resultval visit_seq :
'state. (module De__.Intf.Rec.Visitor_intf with type value = value) ->
(module De__.Intf.Rec.Deserializer_intf with type state = 'state) ->
(value, 'error) Sequence_access.t ->
(value, 'error Error.de_error) resultval visit_variant :
(tag, value, 'error) De__.Intf.Rec.variant_access ->
(value, 'error Error.de_error) resultval visit_map :
'state. (module De__.Intf.Rec.Visitor_intf with type value = value) ->
(module De__.Intf.Rec.Deserializer_intf with type state = 'state) ->
(value, 'error) De__.Intf.Rec.map_access ->
(value, 'error Error.de_error) result sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page