utils-untyped: Don't export dotit any more.

This commit is contained in:
Sergiu Ivanov 2020-12-22 22:47:50 +01:00
parent 625ef055a6
commit 50f5e6e3c1

View File

@ -10,8 +10,7 @@
(provide (provide
;; Functions ;; Functions
(contract-out [dotit (-> graph? void?)] (contract-out [read-symbol-list (-> string? (listof symbol?))]
[read-symbol-list (-> string? (listof symbol?))]
[drop-first-last (-> string? string?)] [drop-first-last (-> string? string?)]
[list-sets->list-strings (-> (listof (set/c any/c)) (listof string?))] [list-sets->list-strings (-> (listof (set/c any/c)) (listof string?))]
[pretty-print-set-sets (-> (set/c (set/c symbol?) #:kind 'dont-care) string?)] [pretty-print-set-sets (-> (set/c (set/c symbol?) #:kind 'dont-care) string?)]