Add typed/rackunit/docs-complete for check-docs function
This commit is contained in:
parent
26ba7a50af
commit
40a952da0c
11
typed-racket-more/typed/rackunit/docs-complete.rkt
Normal file
11
typed-racket-more/typed/rackunit/docs-complete.rkt
Normal 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)])
|
Loading…
Reference in New Issue
Block a user