package containers
package containers
-
containers
-
containers_bencode
-
containers_cbor
-
containers_codegen
-
containers_monomorphic
-
containers_top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
(f %> g) x
or (%>) f g x
is g (f x)
. Alias to compose
.
(f % g) x
or (%) f g x
is f (g x)
. Mathematical composition.
let@ x = foo in bar
is the equivalent of foo @@ fun x -> bar
. It can be very useful for resource management, alongside with protect
.
- since 3.11
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>