More temporary hacking around the to-be-renamed `permutations' problem.
This commit is contained in:
parent
9a7af8c840
commit
609db13fa7
|
@ -3,7 +3,7 @@
|
|||
@(require scribble/eval
|
||||
racket/sandbox
|
||||
(for-label racket/base racket/vector racket/match racket/unsafe/ops racket/string
|
||||
racket/list
|
||||
(except-in racket/list permutations) ; FIXME
|
||||
math plot
|
||||
(only-in typed/racket/base
|
||||
ann inst : λ: define: make-predicate ->
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
@(require scribble/eval
|
||||
racket/sandbox
|
||||
(for-label racket/base racket/promise racket/list
|
||||
(for-label racket/base racket/promise
|
||||
(except-in racket/list permutations) ; FIXME
|
||||
math plot
|
||||
(only-in typed/racket/base
|
||||
Flonum Real Boolean Any Listof Integer case-> -> Promise U
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
racket/sandbox
|
||||
unstable/2d/tabular
|
||||
(for-label racket/base racket/vector
|
||||
(except-in racket/list permutations)
|
||||
(except-in racket/list permutations) ; FIXME
|
||||
math plot
|
||||
(only-in typed/racket/base
|
||||
->
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@(require scribble/eval
|
||||
racket/sandbox
|
||||
(for-label racket/base racket/vector racket/match racket/unsafe/ops racket/string
|
||||
racket/list
|
||||
(except-in racket/list permutations) ; FIXME
|
||||
math plot
|
||||
(only-in typed/racket/base
|
||||
ann inst : λ: define: make-predicate -> case-> Nothing
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
@(require scribble/eval
|
||||
racket/sandbox
|
||||
(for-label racket/base racket/promise racket/list
|
||||
(for-label racket/base racket/promise
|
||||
(except-in racket/list permutations) ; FIXME
|
||||
math plot
|
||||
(only-in typed/racket/base
|
||||
ann inst
|
||||
|
|
Loading…
Reference in New Issue
Block a user