Correctly export tbf-w and tbf-θ.
This commit is contained in:
parent
f3a8c65e9d
commit
dc8a098234
1 changed files with 1 additions and 3 deletions
|
@ -454,7 +454,7 @@
|
|||
enumerate-boolean-functions/pv enumerate-boolean-functions/list
|
||||
random-boolean-table random-boolean-function random-boolean-function/list
|
||||
|
||||
(struct-out tbf) vector-boolean->01)
|
||||
(struct-out tbf) tbf-w tbf-θ vector-boolean->01)
|
||||
|
||||
(require (rename-in (submod 'typed untyped)
|
||||
[tabulate tabulate/untyped]
|
||||
|
@ -463,8 +463,6 @@
|
|||
(provide
|
||||
;; Functions
|
||||
(contract-out
|
||||
[tbf-w (-> tbf? (vectorof number?))]
|
||||
[tbf-θ (-> tbf? number?)]
|
||||
[apply-tbf (-> tbf? (vectorof (or/c 0 1)) (or/c 0 1))]
|
||||
[apply-tbf/boolean (-> tbf? (vectorof boolean?) boolean?)]
|
||||
[list->tbf (-> (cons/c number? (cons/c number? (listof number?))) tbf?)]
|
||||
|
|
Loading…
Reference in a new issue