Skip to content

Commit 8777cdd

Browse files
committed
deploy all green
1 parent d4ed374 commit 8777cdd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

SRC/typecheck-infer-expr.lsts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ let std-infer-expr(tctx: Maybe<TypeContext>, term: AST, is-scoped: Bool, used: I
201201
}};
202202
);
203203
Glb{key1=key, val=val} => (
204-
print("Glb \{term}\n");
205204
let prev-count-history = safe-alloc-block-count-monotonic-history;
206205
let rough-tt = typeof-term(term);
207206
if rough-tt.is-arrow and not(rough-tt.is-open) and not(rough-tt.is-t(c"TypedMacro",0)) {

0 commit comments

Comments
 (0)