package core_kernel
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
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
v0.13.1.tar.gz
sha256=2e9dec37cf1b1a05fa3ad24ae8efd1e389b82928d598db097771405da1d6b214
md5=ee4f3b03ce7fa4cb0c27e9b02cc7712d
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 -> Ppx_sexp_conv_lib.Sexp.tval type_id_name : t -> stringval type_id_uid : t -> Core_kernel.Type_equal.Id.Uid.tval create : 'a Core_kernel.Type_equal.Id.t -> 'a -> tval does_match : t -> _ Core_kernel.Type_equal.Id.t -> booldoes_match t id returns true iff t was created by create id v.
val match_ : t -> 'a Core_kernel.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_kernel.Type_equal.Id.t -> 'amodule View : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>