aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/typereify.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/typereify.icl b/frontend/typereify.icl
index 8085c9a..0cf6beb 100644
--- a/frontend/typereify.icl
+++ b/frontend/typereify.icl
@@ -565,7 +565,7 @@ instance reify BasicType where
predef BT_Int
= PD_Dyn_TypeCodeConstructorInt
predef BT_Char
- = PD_Dyn_TypeCodeConstructorInt
+ = PD_Dyn_TypeCodeConstructorChar
predef BT_Real
= PD_Dyn_TypeCodeConstructorReal
predef BT_Bool