misc things
svn: r8866 original commit: 5ff5d6c58005f8276e4517079ded454205359aba
This commit is contained in:
parent
b870111e99
commit
53b8945aa2
|
@ -26,4 +26,3 @@
|
|||
(provide (rename-out [b* b] ...))
|
||||
(provide (all-from-out ts))
|
||||
(provide (all-from-out lb) ...))))))]))
|
||||
|
|
@ -12,4 +12,3 @@
|
|||
(r:read-syntax src in))))
|
||||
|
||||
(provide (rename-out [*read read] [*read-syntax read-syntax])))
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
(error "Assertion failed - value was #f"))
|
||||
v)
|
||||
|
||||
)
|
||||
)
|
||||
|
|
|
@ -49,4 +49,4 @@
|
|||
|
||||
(provide find-mutated-vars is-var-mutated?)
|
||||
|
||||
)
|
||||
)
|
||||
|
|
|
@ -207,4 +207,3 @@
|
|||
(string? (syntax-e #'t)))
|
||||
(-val (syntax-e #'t))]
|
||||
[_ (tc-error "not a valid type: ~a" (syntax->datum stx))])))
|
||||
|
||||
|
|
|
@ -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 ...)))))]))]))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -92,5 +92,3 @@
|
|||
|
||||
;(trace *remove)
|
||||
;(trace restrict)
|
||||
|
||||
|
||||
|
|
|
@ -76,4 +76,4 @@
|
|||
|
||||
;(trace resolve-type)
|
||||
|
||||
|#
|
||||
|#
|
||||
|
|
|
@ -268,5 +268,3 @@
|
|||
|
||||
;(subtype (-> Univ B) (-> Univ Univ))
|
||||
;(subtype (make-poly '(a) (make-tvar 'a)) (make-lst N))
|
||||
|
||||
|
||||
|
|
|
@ -228,4 +228,4 @@
|
|||
[_ (exit t)]))))
|
||||
|
||||
|
||||
)
|
||||
)
|
||||
|
|
|
@ -142,4 +142,4 @@
|
|||
(set-box! print-type* print-type)
|
||||
(set-box! print-effect* print-effect)
|
||||
|
||||
)
|
||||
)
|
||||
|
|
|
@ -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)))
|
||||
|
|
|
@ -59,4 +59,4 @@
|
|||
;(trace u-maker)
|
||||
(set-union-maker! u-maker)
|
||||
|
||||
)
|
||||
)
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
"private/type-contract.ss"
|
||||
"private/nest.ss"
|
||||
syntax/kerncase
|
||||
mzlib/list
|
||||
mzlib/plt-match))
|
||||
scheme/match))
|
||||
|
||||
|
||||
(provide
|
||||
|
|
Loading…
Reference in New Issue
Block a user