functions: Fix the contract for tbf.
This commit is contained in:
parent
c4ba018b5b
commit
194bb1bb10
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
(provide
|
(provide
|
||||||
;; Structures
|
;; Structures
|
||||||
(contract-out
|
(contract-out
|
||||||
[struct tbf ((weights number?) (threshold (vectorof number?)))])
|
[struct tbf ((weights (vectorof number?)) (threshold number?))])
|
||||||
;; Functions
|
;; Functions
|
||||||
(contract-out
|
(contract-out
|
||||||
[tabulate (-> procedure-fixed-arity? (listof generic-set?) (listof list?))]
|
[tabulate (-> procedure-fixed-arity? (listof generic-set?) (listof list?))]
|
||||||
|
|
Loading…
Reference in a new issue