Page MenuHomeSolus

Update Ocaml to 4.04.2
ClosedPublic

Authored by Tick on Aug 16 2017, 3:21 PM.
Tags
None
Referenced Files
F11049200: D826.id1819.diff
Thu, Aug 10, 5:26 PM
F11049199: D826.id1820.diff
Thu, Aug 10, 5:26 PM
F11049198: D826.id1888.diff
Thu, Aug 10, 5:26 PM
F11049197: D826.id.diff
Thu, Aug 10, 5:26 PM
F11034722: D826.diff
Wed, Aug 9, 5:10 PM
F10984192: D826.id1819.diff
Sun, Jul 23, 4:54 PM
F10972321: D826.id1820.diff
Fri, Jul 21, 12:37 PM
F10962429: D826.id.diff
Tue, Jul 18, 9:58 PM
Subscribers

Details

Summary
Test Plan
$ ocaml
        OCaml version 4.04.2

# print_string "Hello world";;
Hello world- : unit = ()
# let add a b= a+b;;
val add : int -> int -> int = <fun>
# add 4 5;;
- : int = 9
# 

It works as intende

Diff Detail

Repository
R2215 ocaml
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sunnyflunk added a subscriber: sunnyflunk.

I'm fixing a few formatting things as I want to get this in.

This revision is now accepted and ready to land.Aug 21 2017, 9:16 AM
Closed by commit R2215:b9ad8dfd8562: Update Ocaml to 4.04.2 (authored by Thomas Hautier <th.solus2@openmailbox.org>, committed by sunnyflunk). · Explain WhyAug 21 2017, 9:17 AM
This revision was automatically updated to reflect the committed changes.