misc things

svn: r8866

original commit: 5ff5d6c58005f8276e4517079ded454205359aba
This commit is contained in:
Eli Barzilay 2008-03-04 02:46:54 +00:00
parent b870111e99
commit 53b8945aa2
14 changed files with 8 additions and 18 deletions

View File

@ -26,4 +26,3 @@
(provide (rename-out [b* b] ...))
(provide (all-from-out ts))
(provide (all-from-out lb) ...))))))]))

View File

@ -12,4 +12,3 @@
(r:read-syntax src in))))
(provide (rename-out [*read read] [*read-syntax read-syntax])))

View File

@ -6,4 +6,4 @@
(error "Assertion failed - value was #f"))
v)
)
)

View File

@ -49,4 +49,4 @@
(provide find-mutated-vars is-var-mutated?)
)
)

View File

@ -207,4 +207,3 @@
(string? (syntax-e #'t)))
(-val (syntax-e #'t))]
[_ (tc-error "not a valid type: ~a" (syntax->datum stx))])))

View File

@ -331,5 +331,3 @@ This file defines two sorts of primitives. All of them are provided into any mod
(begin e1 e2 ...)
(begin c ... (doloop step ...)))))]))]))

View File

@ -92,5 +92,3 @@
;(trace *remove)
;(trace restrict)

View File

@ -76,4 +76,4 @@
;(trace resolve-type)
|#
|#

View File

@ -268,5 +268,3 @@
;(subtype (-> Univ B) (-> Univ Univ))
;(subtype (make-poly '(a) (make-tvar 'a)) (make-lst N))

View File

@ -228,4 +228,4 @@
[_ (exit t)]))))
)
)

View File

@ -142,4 +142,4 @@
(set-box! print-type* print-type)
(set-box! print-effect* print-effect)
)
)

View File

@ -75,4 +75,4 @@
(define (fv t) (hash-table-map (free-vars* t) (lambda (k v) k)))
;; fv/list : Listof[Type] -> Listof[Name]
(define (fv/list ts) (hash-table-map (combine-frees (map free-vars* ts)) (lambda (k v) k)))
(define (fv/list ts) (hash-table-map (combine-frees (map free-vars* ts)) (lambda (k v) k)))

View File

@ -59,4 +59,4 @@
;(trace u-maker)
(set-union-maker! u-maker)
)
)

View File

@ -23,8 +23,7 @@
"private/type-contract.ss"
"private/nest.ss"
syntax/kerncase
mzlib/list
mzlib/plt-match))
scheme/match))
(provide