E
Size: a a a
E
E
E
AV

AV

SS

M
AV
example.adb:8:18: expected type "Standard.Float"
example.adb:8:18: found type universal integer
AV
SS
AV

File "<source>", line 3, characters 16-17:
3 | let x : float = 1
^
Error: This expression has type int but an expression was expected of type
float
Hint: Did you mean `1.'?
M
K
E
K
M
K
K
M

File "<source>", line 3, characters 16-17:
3 | let x : float = 1
^
Error: This expression has type int but an expression was expected of type
float
Hint: Did you mean `1.'?