package fmlib
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Functional monadic library
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.2.0.tar.gz
sha256=d47f6539af49a4c3e947dbfbe416c1e78d534897cd6d9d8e3660aae0cf8d9494
md5=d649b8a62403362bd3a24cbf1a9af590
doc/fmlib.fmlib_std/Fmlib_std/index.html
Module Fmlib_std
Standard Data Types.
Common Interfaces
module Interfaces : sig ... endStandard Module Types
Data Types
module Array : sig ... endA thin wrapper around Stdlib.Array
module Deque : sig ... endA double ended queue. Insert from both ends, pop only from the front.
module Int : sig ... endModule to represent the type int
module List : sig ... endA thin wrapper around Stdlib.List which avoids throwing exceptions and with some additional monadic functions.
module Option : sig ... endOptional elements of a certain type.
module Result : sig ... endResult: Handling results of operations which can fail
module String : sig ... endA small wrapper around Stdlib.String with some extra functions.
module Void : sig ... endVoid.t is the type of an object which cannot exist.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page