Use static names in typechecker. (#985)

This commit is contained in:
Geoff Romer
2021-12-14 11:26:53 -08:00
committed by GitHub
parent 8e6c209a28
commit daf8729a75
4 changed files with 129 additions and 259 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
// CHECK: fn Print (format_str: String) {
// CHECK: ********** type checking **********
// CHECK: checking pattern (format_str: String)
// CHECK: types: Print: fn (String) -> ()
// CHECK: values: Print: fun<Print>
// CHECK: ********** type checking complete **********
// CHECK: fn Print (format_str: String) {
// CHECK: ********** starting execution **********