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 4456db1..e443c02 100644
--- a/frontend/typereify.icl
+++ b/frontend/typereify.icl
@@ -9,7 +9,7 @@ import typesupport
typeFunName :: Ident -> {#Char}
typeFunName {id_name}
- = "TD_" +++ id_name
+ = "TD;" +++ id_name
class makeTypeFun a :: Ident Position SymbolType *VarHeap *SymbolTable
-> (a, *VarHeap, *SymbolTable)