aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backendC/backend.mcpbin181426 -> 181426 bytes
-rw-r--r--frontend/typereify.icl2
2 files changed, 1 insertions, 1 deletions
diff --git a/backendC/backend.mcp b/backendC/backend.mcp
index e94649f..28a5bca 100644
--- a/backendC/backend.mcp
+++ b/backendC/backend.mcp
Binary files differ
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
}