File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
(define collection 'multi )
4
4
5
- (define deps '(("base " #:version "8.12 .0.14 " )
5
+ (define deps '(("base " #:version "8.18 .0.4 " )
6
6
"source-syntax "
7
7
"pconvert-lib "
8
8
"compatibility-lib " ;; to assign types
Original file line number Diff line number Diff line change 1601
1601
;; Section 11.1 (Threads)
1602
1602
1603
1603
;; Section 11.1.1
1604
- [thread (-> (-> Univ) -Thread)]
1604
+ [thread (->key (-> Univ) #:keep (Un #f (-val 'results )) #f -Thread)]
1605
1605
[thread? (unsafe-shallow:make-pred-ty -Thread)]
1606
1606
[current-thread (-> -Thread)]
1607
1607
[thread/suspend-to-kill (-> (-> Univ) -Thread)]
3698
3698
#:replace-permissions?
3699
3699
Univ
3700
3700
#f
3701
- a :T+ #f )))
3701
+ a :T+ #f )))
3702
3702
(port->lines
3703
3703
(->optkey [-Input-Port]
3704
3704
#:line-mode (one-of/c 'linefeed 'return 'return-linefeed 'any 'any-one ) #f
You can’t perform that action at this time.
0 commit comments