package fmt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml Format pretty-printer combinators
Install
dune-project
Dependency
Authors
Maintainers
Sources
fmt-0.8.5.tbz
sha256=c080cf9a7cd7d383e0c37c80c7a7f6a030f453ac6ffa64569dda58d6d95749fe
md5=77b64aa6f20f09de28f2405d6195f12c
doc/CHANGES.html
v0.8.5 2017-12-27 La Forclaz (VS)
- Fix
Fmt.{kstrf,strf_like}when they are partially applied and repeatedly called. Thanks to Thomas Gazagnaire for the report. - Add
Fmt.comma. - Relax the
Fmt.(invalid_arg, failwith)type signature. Thanks to Hezekiah M. Carty for the patch.
v0.8.4 2017-07-08 Zagreb
- Add
Fmt.{invalid_arg,failwith}. Thanks to Hezekiah M. Carty for the patch.
v0.8.3 2017-04-13 La Forclaz (VS)
- Fix
Fmt.exn_backtrace. Thanks to Thomas Leonard for the report.
v0.8.2 2017-03-20 La Forclaz (VS)
- Fix
METAfile.
v0.8.1 2017-03-15 La Forclaz (VS)
Fmt_tty.setup, treat emptyTERMenv var as dumb.- Add
Fmt.Dump.ucharformatter for inspectingUchar.tvalues.
v0.8.0 2016-05-23 La Forclaz (VS)
- Build depend on topkg.
- Relicense from BSD3 to ISC.
- Tweak
Fmt.Dump.optionto indent like in sources. - Add
Fmt.Dump.signalformatter forSyssignal numbers. - Add
Fmt[.Dump].result, formatter forresultvalues. - Add
Fmt.{words,paragraphs}formatters on US-ASCII strings. - Add
Fmt.exn[_backtrace]. Thanks to Edwin Török for suggesting. - Add
Fmt.quote. - Rename
Fmt.text_rangetoFmt.text_locand simplify output when range is a position.
v0.7.1 2015-12-03 Cambridge (UK)
- Add optional cmdliner support. See the
Fmt_climodule provided by the packagefmt.cli.
v0.7.0 2015-09-17 Cambridge (UK)
First Release.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page