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.29.0.0.tbz
sha256=9c5a6721d16d980e7730274543a0151c920715ce447946a3f833d4e2568e3a68
sha512=a0552cf055b6e061ab2bb0341aa9ddea860ded6e6522d2188e2a6697c18dc14ebbb01935b535695850b72f9880c4b2fa2a821a20be75c992fcbaf9b3f3a127b7
doc/src/ocamlformat-mlx-lib.parser_extended/pprintast.ml.html
Source file pprintast.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18let tyvar_of_name s = if String.length s >= 2 && s.[1] = '\'' then (* without the space, this would be parsed as a character literal *) "' " ^ s else if Lexer.is_keyword s then "'\\#" ^ s else if String.equal s "_" then s else "'" ^ s module Doc = struct let tyvar ppf s = Format_doc.fprintf ppf "%s" (tyvar_of_name s) end let tyvar ppf v = Format_doc.compat Doc.tyvar ppf v
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>