aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/typereify.icl2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/typereify.icl b/frontend/typereify.icl
index ed7cf70..2ce4f95 100644
--- a/frontend/typereify.icl
+++ b/frontend/typereify.icl
@@ -67,6 +67,8 @@ instance isTypeSynonym TypeRhs where
= False
isTypeSynonym (AbstractSynType _ _)
= False
+ isTypeSynonym (NewType _)
+ = False
add_dcl_type_fun_types :: TypeSymbIdent Int *{#DclModule} *VarHeap *SymbolTable
-> (*{#DclModule}, *VarHeap, *SymbolTable)