package ppx_protocol_conv
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Ppx for generating serialisation and de-serialisation functions of ocaml types
Install
dune-project
Dependency
Authors
Maintainers
Sources
5.1.1.tar.gz
md5=cfb803fb5331587cb7f9d4a5e80747ef
sha512=8424bfdaa8de6472b1ccc423f8ed7499efe4de849aac1217f053c851cb8ca1c63cf5fb502ea6a0bc3ee8dd4869f46a30289824c7bf8e9dd6927a80e5e9aa88a0
doc/ppx_protocol_conv.runtime/Protocol_conv/Runtime/index.html
Module Protocol_conv.Runtime
type nonrec ('v, 'e) result = ('v, 'e) resultmodule Record_in : sig ... endmodule Record_out : sig ... endmodule Tuple_in : sig ... endmodule Tuple_out : sig ... endmodule Variant_in : sig ... endmodule type Driver = sig ... endSignature for a driver. Serialization function are on the form of_XXX and deserialization function are on the form to_XXX.
module Helper : sig ... endModule contains helper function for serializing and deserializing tuples, records and variants. Deserialization functions may raise Helper.Protocol exception. It is recommended that the calling functions convert this exception into a Driver.Protocol_exception
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>