package alba
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Alba compiler
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.4.1.tar.gz
sha256=439b1dce07c86e914d1ebf1712c5581418314b0c8d13594f27a698b1d25fe272
md5=5cf58d4ed4eacbe6f330e9d2378ef5c6
doc/alba.fmlib/Fmlib/Make_io/Make/argument-1-Base/index.html
Parameter Make.Base
val stdin : in_fileval stdout : out_fileval stderr : out_filemodule M : Module_types.MONADinclude Module_types.MONAD
val return : 'a -> 'a treturn a makes a monadic container containing the value a.
m >>= f extracts the value a from the monadic container m and returns f a.
f >=> g composition of the two monadic functions f and g.
f >=> g is equivalent to fun a -> f a >>= g.
map f m maps the values in the monadic container m with the function f.
val exit : int -> 'a tval execute : unit t -> unitval command_line : string array tval current_working_directory : string tval read_directory : string -> string array option tmodule Read (W : Module_types.WRITABLE) : sig ... endmodule Write (R : Module_types.READABLE) : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>