shithub: mc

Download patch

ref: b4230c2187e0aa9a298cdebbcc6af769d3284cac
parent: 795734f6798e1690964289f58b56d9d92a30c8fb
author: Ori Bernstein <ori@markovcorp.com>
date: Mon Feb 13 06:42:28 EST 2017

Specify default types.

--- a/doc/lang.txt
+++ b/doc/lang.txt
@@ -722,6 +722,11 @@
             to be repeated a number of times, although this is rare: Usually
             a single pass suffices.
 
+	    At this point, default types are applied. An unconstrained type
+	    with type $t::(numeric,integral) is replaced with int. An
+	    unconstrained type with $t::(numeric,floating) is replaced with
+	    flt64.
+
     4.6. Built In Traits:
 
         4.6.1. numeric: