Move infer-ops to infer

This commit is contained in:
Sam Tobin-Hochstadt 2008-06-10 14:29:05 -04:00
parent 6afcb9aa96
commit 37c2f7f2c9
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"tc-utils.ss"
"subtype.ss"
"unify.ss"
"infer-ops.ss"
"infer.ss"
"union.ss"
"type-utils.ss"
"type-effect-convenience.ss"

View File

@ -10,7 +10,7 @@
"subtype.ss"
(only-in "remove-intersect.ss"
[remove *remove])
"infer-ops.ss"
"infer.ss"
"union.ss"
"type-utils.ss"
"tc-utils.ss"