MyGit

2.3.0

ocaml-community/utop

版本发布时间: 2019-01-31 19:46:58

ocaml-community/utop最新发布版本:2.14.0(2024-02-26 21:10:07)

CHANGES:

The new feature in this release is to automatically install printers marked with [@@ocaml.toplevel_printer] (#269 @diml). Adding this annotation to your libraries will remove the need to have a separate top package to install the printers.

For example, in the uri library, the old printing function for Uri.t was:

val pp_hum : Format.formatter -> t -> unit

Just adding this annotation results in Uri.t values being automatically pretty printed in this version of utop.

val pp_hum : Format.formatter -> t -> unit [@@ocaml.toplevel_printer]

相关地址:原始地址 下载(tar) 下载(zip)

1、 utop-2.3.0.tbz 409.64KB

查看:2019-01-31发行的版本