Add an abbreviation for the 'real' type
This commit is contained in:
parent
0747494c7a
commit
94badc5f01
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue