To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Lwt : sig ... end
include module type of struct include Core_lwt_basic end
type 'a t = 'a Lwt.t
include Core_kernel.Monad with type 'a t := 'a Lwt.t
t >>= f
returns a computation that sequences the computations represented by two monad elements. The resulting computation first does t
to yield a value v
, and then runs the computation returned by f v
.
module Monad_infix = Core_lwt_basic.Monad_infix
val return : 'a -> 'a Lwt.t
return v
returns the (trivial) computation that returns v.
ignore_m t
is map t ~f:(fun _ -> ())
. ignore_m
used to be called ignore
, but we decided that was a bad name, because it shadowed the widely used Pervasives.ignore
. Some monads still do let ignore = ignore_m
for historical reasons.
module Let_syntax = Core_lwt_basic.Let_syntax
val (>>=?) :
'a Lwt.Or_error.t ->
('a -> 'b Lwt.Or_error.t) ->
'b Lwt.Or_error.t
val (>>|?) : 'a Lwt.Or_error.t -> ('a -> 'b) -> 'b Lwt.Or_error.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>