Add typed/rackunit/docs-complete for check-docs function

This commit is contained in:
Alexis King 2015-01-08 13:04:38 -08:00 committed by Sam Tobin-Hochstadt
parent 26ba7a50af
commit 40a952da0c

View File

@ -0,0 +1,11 @@
#lang typed/racket/base
(require/typed/provide
rackunit/docs-complete
[check-docs (Symbol
[#:skip (U Regexp
Symbol
(Listof (U Regexp Symbol))
(Symbol -> Any)
#f)]
-> Any)])