package ocaml-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Official release of OCaml 5.4.1
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-5.4.1.tar.gz
sha256=d4528517aaa1a44b8e2b1bc109a1ed0a5e0014f3ddc4feb8906b11a7e063e89a
doc/compiler-libs.common/Typetexp/TyVarEnv/index.html
Module Typetexp.TyVarEnv
val make_poly_univars : string list -> poly_univarsremember that a list of strings connotes univars; this must always be paired with a check_poly_univars.
val check_poly_univars :
Env.t ->
Location.t ->
poly_univars ->
Types.type_expr listVerify that the given univars are universally quantified, and return the list of variables. The type in which the univars are used must be generalised
val instance_poly_univars :
Env.t ->
Location.t ->
poly_univars ->
Types.type_expr listSame as check_poly_univars, but instantiates the resulting type scheme (i.e. variables become Tvar rather than Tunivar)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>