Only store type in case expression
This commit is contained in:
@@ -48,10 +48,6 @@ void typecheck_program(
|
||||
pair.second->print(mgr, std::cout);
|
||||
std::cout << std::endl;
|
||||
}
|
||||
|
||||
for(auto& def : prog) {
|
||||
def->resolve(mgr);
|
||||
}
|
||||
}
|
||||
|
||||
void compile_program(const std::vector<definition_ptr>& prog) {
|
||||
|
||||
Reference in New Issue
Block a user