aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorronny2004-03-19 21:25:54 +0000
committerronny2004-03-19 21:25:54 +0000
commit51cad3af9add25742491584913c453aa13f76d72 (patch)
tree52eb6cafa71213fb86af0ad57b95af7a63a99b87 /frontend
parentif ExportLocalLabels and strict constructor not used curried and not (diff)
bug fix: correct function kind
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1470 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend')
-rw-r--r--frontend/typereify.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/typereify.icl b/frontend/typereify.icl
index 4ea219b..4456db1 100644
--- a/frontend/typereify.icl
+++ b/frontend/typereify.icl
@@ -25,7 +25,7 @@ instance makeTypeFun FunDef where
, fun_body = GeneratedBody
, fun_type = Yes symbol_type
, fun_pos = position
- , fun_kind = FK_Caf
+ , fun_kind = FK_Function False
, fun_lifted = 0
, fun_info = EmptyFunInfo
}