Import stream->list and stream-take for-label.

This commit is contained in:
Sergiu Ivanov 2022-03-05 00:24:02 +01:00
parent 83b293e3e4
commit 77cc8e295a

View file

@ -3,7 +3,8 @@
(for-label typed/racket/base graph
(submod "../utils.rkt" typed)
(only-in typed/graph Graph)
(only-in racket/set set)))
(only-in racket/set set)
(only-in racket/stream stream->list stream-take)))
@title[#:tag "utils"]{dds/utils: Various Utilities}