package textutils
Text output utilities
Install
Dune Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=b2681af1f4029245a5c187c4f0834ac470ada6ffc69db7c7e219b3244f88b3d5
doc/textutils.console/Console/Make/argument-1-Io/index.html
Parameter Make.Io
include Core.Monad.S with type 'a t := 'a 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 : sig ... end
val return : 'a -> 'a 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 Stdlib.ignore
. Some monads still do let ignore = ignore_m
for historical reasons.
Like all
, but ensures that every monadic value in the list produces a unit value, all of which are discarded rather than being collected into a list.
module Let_syntax : sig ... end
These are convenient to have in scope when programming with a monad:
val output_string : out_channel -> string -> unit
val output : out_channel -> buf:bytes -> pos:int -> len:int -> unit
val stderr : out_channel
val stdout : out_channel
val flush : out_channel -> unit t
val fprintf : attrs:string -> out_channel -> 'a fmt -> 'a
val fold_left : 'a Core.List.t -> init:'b -> f:('b -> 'a -> 'b t) -> 'b t
val stdout_isatty : unit -> bool t
val capable : unit -> bool t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>