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.2.tar.gz
md5=b13fbc761c2aa3729b23a1362f140a18
sha512=95d8dabb38d7fe3f7a0ff2b4c17547ec5d2e30c4b83d1f166444ad8fa91ef02ee86ee855ef40bedc86a42ab35b2665a5001af9e2521dc7a648aa8b38c4143765
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)"
>