diff options
author | ronny | 2004-03-19 21:26:41 +0000 |
---|---|---|
committer | ronny | 2004-03-19 21:26:41 +0000 |
commit | f5968d000a221b1c3bcee5e7dbbbcd22a2977f1d (patch) | |
tree | 69342a27e47b9b08df0125bd9210fa0a582f9773 /frontend/typereify.icl | |
parent | bug fix: correct function kind (diff) |
change prefix "TD_" to "TD;"
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1471 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/typereify.icl')
-rw-r--r-- | frontend/typereify.icl | 2 |
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) |