package oasis
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Tooling for building OCaml libraries and applications
Install
dune-project
Dependency
Authors
Maintainers
Sources
oasis-0.4.7.tar.gz
sha256=54bc4b80e4a38719124e8fb0125c6f3404bda514b87b8749b51442e023de998d
md5=d848bac0234ed1849a9187d16630cda3
doc/oasis/PropList/index.html
Module PropList
Property list
Types and exceptions
exception Not_set of name * string optionThe field of name is not set with optional explanation.
exception No_printer of nameCan retrieve the field value, but no printer can convert. it to string.
Modules
module Data : sig ... endThis module stores heterogeneous data defined in Schema and Field.
module Schema : sig ... endThis module is a set of fields (Field.t and FieldRO.t) that can be addressed by their name (as string). Value can be set and retrieved as string only. However, the value itself is stored in its native type.
module Field : sig ... endThis module defines a field that hold a value. A field can be set and retrieve. It is stored in Data.t.
module FieldRO : sig ... endThis module defines a read-only field. However, it can only be set through Schema.set if the field is attached to a schema.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page