package ocaml-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Official release of OCaml 5.5.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-5.5.0.tar.gz
sha256=c018052c8264a3791a8f54f84179e6bcc78ed82eb889bacc2773df445259aed3
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)"
>