More temporary hacking around the to-be-renamed `permutations' problem.

This commit is contained in:
Eli Barzilay 2013-05-10 10:29:26 -04:00
parent 9a7af8c840
commit 609db13fa7
5 changed files with 7 additions and 5 deletions

View File

@ -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 ->

View File

@ -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

View File

@ -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
->

View File

@ -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

View File

@ -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