aboutsummaryrefslogtreecommitdiffstats
path: root/caml/CMtypecheck.ml
diff options
context:
space:
mode:
Diffstat (limited to 'caml/CMtypecheck.ml')
-rw-r--r--caml/CMtypecheck.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/caml/CMtypecheck.ml b/caml/CMtypecheck.ml
index 625c36fc..dccaadcf 100644
--- a/caml/CMtypecheck.ml
+++ b/caml/CMtypecheck.ml
@@ -99,6 +99,7 @@ let type_unary_operation = function
| Oabsf -> tfloat, tfloat
| Osingleoffloat -> tfloat, tfloat
| Ointoffloat -> tfloat, tint
+ | Ointuoffloat -> tfloat, tint
| Ofloatofint -> tint, tfloat
| Ofloatofintu -> tint, tfloat
@@ -142,6 +143,7 @@ let name_of_unary_operation = function
| Oabsf -> "absf"
| Osingleoffloat -> "singleoffloat"
| Ointoffloat -> "intoffloat"
+ | Ointuoffloat -> "intuoffloat"
| Ofloatofint -> "floatofint"
| Ofloatofintu -> "floatofintu"