package core_kernel
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Industrial strength alternative to OCaml's standard library
Install
dune-project
Dependency
Authors
Maintainers
Sources
core_kernel-v0.15.0.tar.gz
sha256=34a0288f16027c6b90e4ad16cb5cc677d7063d310faf918748ce70f1745116c0
doc/core_kernel.univ/Univ/index.html
Module Univ
An extensible "universal" variant type.
Every type id (Type_equal.Id.t) corresponds to one branch of the variant type.
val sexp_of_t : t -> Sexplib0.Sexp.tval type_id_name : t -> stringval type_id_uid : t -> Core.Type_equal.Id.Uid.tval create : 'a Core.Type_equal.Id.t -> 'a -> tval does_match : t -> _ Core.Type_equal.Id.t -> booldoes_match t id returns true iff t was created by create id v.
val match_ : t -> 'a Core.Type_equal.Id.t -> 'a optionmatch_ t id returns Some v if t was created by create id v, and returns None otherwise.
match_exn t id returns v if t was created by create id v, and raises otherwise.
val match_exn : t -> 'a Core.Type_equal.Id.t -> 'amodule View : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>