package ocaml-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
First release candidate of OCaml 5.4.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
5.4.0-rc1.tar.gz
sha256=14b9ef4408d8347d56eec02dbf4818669d903e624627de21e885cb951308e5de
doc/odoc_info/Odoc_extension/index.html
Module Odoc_extension
Representation and manipulation of type extensions.
and t_extension_constructor = {xt_name : Name.t;xt_args : Odoc_type.constructor_args;xt_ret : Types.type_expr option;xt_type_extension : t_type_extension;xt_alias : extension_alias option;mutable xt_loc : Odoc_types.location;mutable xt_text : Odoc_types.info option;
}and t_type_extension = {mutable te_info : Odoc_types.info option;te_type_name : Name.t;te_type_parameters : Types.type_expr list;te_private : private_flag;mutable te_constructors : t_extension_constructor list;mutable te_loc : Odoc_types.location;mutable te_code : string option;
}val extension_constructors : t_type_extension -> t_extension_constructor list sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>