package stdio
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Standard IO library for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=e7cb473d4bffcf419f307c658cf2599fab03a2b4fe655bfd0be699f8f7af176e
doc/src/stdio/stdio.ml.html
Source file stdio.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14open! Base module In_channel = In_channel module Out_channel = Out_channel let stdin = In_channel.stdin let stdout = Out_channel.stdout let stderr = Out_channel.stderr let eprintf = Out_channel.eprintf let printf = Out_channel.printf let print_s = Out_channel.print_s let eprint_s = Out_channel.eprint_s let print_string = Out_channel.print_string let print_endline = Out_channel.print_endline let prerr_endline = Out_channel.prerr_endline
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>