Add an abbreviation for the 'real' type

master
Timothy Bourke 7 years ago committed by Gwenaël Delaval
parent 0747494c7a
commit 94badc5f01

@ -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)

Loading…
Cancel
Save