package base
- 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)"
>
Full standard library replacement for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.12.2.tar.gz
sha256=0aa8fa8778412c67c38d40e9859bfa5871c4f9c25991f09fea201ae6aaf1d0d9
md5=7150e848a730369a2549d01645fb6c72
doc/base/Base/Field/index.html
Module Base.Field
OCaml record field.
'record is the type of the record. 'field is the type of the values stored in the record field with name name. 'perm is a way of restricting the operations that can be used.
type ('record, 'field) t =
([ `Read | `Set_and_create ], 'record, 'field) t_with_permA record field with no restrictions.
type ('record, 'field) readonly_t = ([ `Read ], 'record, 'field) t_with_permA record that can only be read, because it belongs to a private type.
val name : (_, _, _) t_with_perm -> stringval get : (_, 'r, 'a) t_with_perm -> 'r -> 'aval fset : ([> `Set_and_create ], 'r, 'a) t_with_perm -> 'r -> 'a -> 'rval setter :
([> `Set_and_create ], 'r, 'a) t_with_perm ->
('r -> 'a -> unit) optionval map :
([> `Set_and_create ], 'r, 'a) t_with_perm ->
'r ->
f:('a -> 'a) ->
'rval updater :
([> `Set_and_create ], 'r, 'a) t_with_perm ->
('r -> f:('a -> 'a) -> unit) optiontype ('perm, 'record, 'result) user = {f : 'field. ('perm, 'record, 'field) t_with_perm -> 'result;
} sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>