From 94badc5f013f7035ad56bd3f6b969920ba082b34 Mon Sep 17 00:00:00 2001 From: Timothy Bourke Date: Sat, 8 Apr 2017 20:06:21 +0200 Subject: [PATCH] Add an abbreviation for the 'real' type --- lib/pervasives.epi | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pervasives.epi b/lib/pervasives.epi index 6014fbb..a6906a3 100644 --- a/lib/pervasives.epi +++ b/lib/pervasives.epi @@ -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)