package b0
Software construction and deployment kit
Install
dune-project
Dependency
Authors
Maintainers
Sources
b0-0.0.6.tbz
sha512=e9aa779e66c08fc763019f16d4706f465d16c05d6400b58fbd0313317ef33ddea51952e2b058db28e65f7ddb7012f328c8bf02d8f1da17bb543348541a2587f0
doc/b0.memo/B0_zero/Op/Write/index.html
Module Op.Write
Source
File writes.
File writes
The type for file write operations.
Source
val make_op :
id:id ->
mark:mark ->
created:B0_std.Mtime.Span.t ->
?post_exec:(op -> unit) ->
?k:(op -> unit) ->
stamp:string ->
reads:B0_std.Fpath.t list ->
mode:int ->
write:B0_std.Fpath.t ->
(unit -> (string, string) result) ->
op
write
declares a file write operations, see the corresponding accessors for the semantics of the various arguments.
Source
val make :
stamp:string ->
mode:int ->
file:B0_std.Fpath.t ->
data:(unit -> (string, string) result) ->
t
make
constructs a bare write operation.
file w
is the file written by w
.
data w
invokes and discards the write data function. If the write data function raises this is turned into an Error _
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page