Revert generics... breaks stuff?

This commit is contained in:
Jay McCarthy 2019-07-14 16:08:50 -06:00
parent aaa1131574
commit 6e341803e6
1 changed files with 7 additions and 7 deletions

View File

@ -179,19 +179,19 @@
(contract-out (contract-out
[word? [word?
(-> any/c word?)] (-> any/c word?)]
[word-fps #;[word-fps
(-> word? flonum?)] (-> word? flonum?)]
[word-label #;[word-label
(-> word? flonum? string?)] (-> word? flonum? string?)]
[word-evt #;[word-evt
(-> word? evt?)] (-> word? evt?)]
[word-event #;[word-event
(-> word? any/c word?)] (-> word? any/c word?)]
[word-tick #;[word-tick
(-> word? word?)] (-> word? word?)]
[word-output #;[word-output
(-> word? any/c)] (-> word? any/c)]
[word-return #;[word-return
(-> word? any/c)] (-> word? any/c)]
[word (->* () ((or/c #f word?) [word (->* () ((or/c #f word?)
#:fps real? #:fps real?