package matrix
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Fast, modern terminal toolkit for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
mosaic-0.1.0.tbz
sha256=9e4e90d17f9b2af1b07071fe425bc2c519c849c4f1d1ab73cde512be2d874849
sha512=06e9c4a741590942e81a27738d0b5c0413fafec8cf3b7dae047ad69f155e7b718aa4223818dc161b7d028efffcfd3365905e264d6fd31d453910ddfa91dcf9b9
doc/src/matrix.glyph/uuseg_base.ml.html
Source file uuseg_base.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19[@@@ocamlformat "disable"] (*--------------------------------------------------------------------------- Copyright (c) 2014 The uuseg programmers. All rights reserved. SPDX-License-Identifier: ISC ---------------------------------------------------------------------------*) type ret = [ `Await | `Boundary | `End | `Uchar of Uchar.t ] let pp_ret ppf v = match (v :> ret) with | `Await -> Format.fprintf ppf "`Await" | `Boundary -> Format.fprintf ppf "`Boundary" | `End -> Format.fprintf ppf "`End" | `Uchar u -> Format.fprintf ppf "`Uchar U+%04X" (Uchar.to_int u) let err_exp_await add = invalid_arg (Format.asprintf "can't add %a, expected `Await" pp_ret add) let err_ended add = invalid_arg (Format.asprintf "can't add %a, `End already added" pp_ret add)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>