Few changes in the Stdlib, bug fixes and optimizations
Changelog available here
Differential D3373
Update ocaml to 4.07.0 Authored by Tick on Jul 22 2018, 8:52 PM. Tags None Referenced Files
Subscribers
Details
Few changes in the Stdlib, bug fixes and optimizations Changelog available here I tested some stuff with the interpreter OCaml version 4.07.0 # let a = 1;; val a : int = 1 # print_int a;; 1- : unit = () # let s = "Hello world";; val s : string = "Hello world" # print_string s;; Hello world- : unit = () #
Diff Detail
|