package ocamlformat-mlx-lib
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml .mlx Code Formatter
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocamlformat-mlx-0.28.1.2.tbz
sha256=af4e7ed7e84bd681e1058c3573e255427aa3c3a9952c115f1c2441295766d14c
sha512=48a153ad33283a95b3d5a54cd04e8a26feb5d394b291a45aa01f77e376bcfc94a2b6350b3f3611a3d2511f25b0f69f6d2d694d7ace81004ed7e6850ac6947b4c
doc/src/ocamlformat-mlx-lib.ocamlformat_stdlib/fpath_ext.ml.html
Source file fpath_ext.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16include Fpath let cwd () = Stdlib.Sys.getcwd () |> v let exists p = to_string p |> Stdlib.Sys.file_exists let to_absolute file = if is_rel file then append (cwd ()) file else file let to_string ?(relativize = false) p = if relativize then Base.Option.value_map (Fpath.relativize ~root:(cwd ()) p) ~default:(to_string p) ~f:to_string else to_string p let pp fmt p = Format.fprintf fmt "%s" (to_string ~relativize:true p)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>