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