package ppx_meta_conv
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Ppx based type_conv for various tree data formats
Install
dune-project
Dependency
Authors
Maintainers
Sources
ppx_meta_conv-4.0.1.tar.bz2
sha256=0e9945064e1057e9dccf586434a399fba4251812d14fc51050b2cc5e76a47c2b
md5=536ea6b606a1217feccffac4609b5ece
doc/ppx_meta_conv.runtime/Meta_conv/Error/index.html
Module Meta_conv.Error
Decoding errors
type desc = [ | `Exception of exn| `Unknown_fields of string * string list * Obj.t| `Unknown_tag of string * string| `Required_field_not_found of string * string| `Wrong_arity of int * int * (string * string) option| `Primitive_decoding_failure of string| `Sub_decoders_failed_for_one_of of string
]Position information of decoded data
val format :
(Format.formatter -> 'target -> unit) ->
Format.formatter ->
'target t ->
unitPrint out t with its trace
val format_desc : Format.formatter -> desc -> unitPrint out t without its trace
val format_trace_item :
(Format.formatter -> 'target -> unit) ->
Format.formatter ->
[< `Field of string | `Node of 'target | `Pos of int ] ->
unitPrint out one trace item
module LocalException (A : sig ... end) : sig ... endLocalException functor to have exception with target type
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page