functions: Fix the contract for tbf.

This commit is contained in:
Sergiu Ivanov 2020-07-07 22:45:19 +02:00
parent c4ba018b5b
commit 194bb1bb10

View File

@ -12,7 +12,7 @@
(provide
;; Structures
(contract-out
[struct tbf ((weights number?) (threshold (vectorof number?)))])
[struct tbf ((weights (vectorof number?)) (threshold number?))])
;; Functions
(contract-out
[tabulate (-> procedure-fixed-arity? (listof generic-set?) (listof list?))]