Add an abbreviation for the 'real' type

This commit is contained in:
Timothy Bourke 2017-04-08 20:06:21 +02:00 committed by Gwenaël Delaval
parent 0747494c7a
commit 94badc5f01

View file

@ -32,6 +32,7 @@
type bool = true | false
type int
type float
type real = float
type string
external val fun (&)(bool;bool) returns (bool)
external val fun ( * )(int;int) returns (int)