remove function from public interface

dev-validator
Matthew Butterick 10 years ago
parent ef82778274
commit ac05431c5e

@ -119,7 +119,7 @@
(any/c . -> . boolean?)
(can-be-txexpr-attr-key? x))
(define+provide/contract (->string x)
(define (->string x)
(any/c . -> . string?)
(if (symbol? x) (symbol->string x) x))

Loading…
Cancel
Save