[m-rev.] for review: announce uint support on the webpage

Julien Fischer jfischer at opturion.com
Tue Jun 13 22:48:35 AEST 2017


For review by anyone.

----------------------------

Announce uint support on the webpage.

news/newsdb.inc:
      As above.

Julien.

diff --git a/news/newsdb.inc b/news/newsdb.inc
index b60cfec..695830d 100644
--- a/news/newsdb.inc
+++ b/news/newsdb.inc
@@ -25,6 +25,13 @@

  $newsdb = array(

+"13th June 2017" => array(
+"Unsigned Integers",
+"We have added a new builtin primitive type: uint.
+This type provides unsigned integers of same size as Mercury's int type.
+The new type is available in the latest release of the day.
+"),
+
  "7th April 2015" => array(
  "New Presentations",
  "Paul Bone introduced Mercury in a presentation to the Melbourne Functional


More information about the reviews mailing list