package b0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Software construction and deployment kit
Install
dune-project
Dependency
Authors
Maintainers
Sources
b0-0.0.5.tbz
sha512=00a6868b4dfa34565d0141b335622a81a0e8d5b9e3c6dfad025dabfa3df2db2a1302b492953bbbce30c3a4406c324fcec25250a00b38f6d18a69e15605e3b07e
doc/b0_b00_kit/B00_lines/index.html
Module B00_lines
Parse text lines.
And do it regardless of the platform line ending convention.
Lines
A line is ends either with "\n" or with "\r\n".
of_string s are s's lines, including empty ones. In particular, this is [""] on the empty string.
val fold :
?file:B0_std.Fpath.t ->
string ->
(int -> string -> 'a -> 'a) ->
'a ->
('a, string) Stdlib.resultParse errors
err n fmt formats an error message for line n as "%d:" ^^ fmt and raises Failure with no trace.
val err_file : ?file:B0_std.Fpath.t -> string -> ('a, string) Stdlib.resulterr_file ~file e is the error message e for file file formatted as "%a:%s" Fpath.pp_unquoted f s
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page