diff options
Diffstat (limited to 'src/constrain.cpp')
-rw-r--r-- | src/constrain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constrain.cpp b/src/constrain.cpp index 0383f20..fd4e9f4 100644 --- a/src/constrain.cpp +++ b/src/constrain.cpp @@ -356,6 +356,7 @@ resp_constrain(TEnv& tenv, Constraints& c, const AST* ast) throw(Error) { switch (ast->tag()) { case T_UNKNOWN: + case T_TYPE: break; case T_BOOL: c.constrain(tenv, ast, tenv.named("Bool")); |