2.0.0
版本发布时间: 2017-05-26 22:35:10
ocaml-community/utop最新发布版本:2.14.0(2024-02-26 21:10:07)
2.0.0 (2016-05-26)
- Add
-implicit-bindings
option to automatically bind expressions to names_0
,_1
and so on. For example,3 + 4;;
becomeslet _0 = 3 + 4;;
(#161, #193, Fabian Hemmer) - Add tab completion for
#mod_use
(#181, Leonid Rozenberg) - Mention
#help
in#utop_help
(#190, Fabian Hemmer) - Add
#utop_stash
and#utop_save
to save the session to a file (#169, #199, Christopher Mcalpine and Fabian Hemmer) - Fix a bug where utop wouldn't apply ppx rewriters when running in emacs (Bug report: #192, fix: #202, Deokhwan Kim)
- Drop support for camlp4/camlp5
- Drop support for OCaml <= 4.01
- Switch the build system to jbuilder
- Resurect
UTop_main.interact
1、 utop-2.0.0.tbz 48.06KB