functions,tabulate*/boolean: Make the output contract more exact.
This commit is contained in:
parent
6e5a7fa845
commit
512de1a963
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
[tabulate (-> procedure-fixed-arity? (listof generic-set?) (listof list?))]
|
[tabulate (-> procedure-fixed-arity? (listof generic-set?) (listof list?))]
|
||||||
[tabulate* (-> (listof procedure-fixed-arity?) (listof generic-set?) (listof list?))]
|
[tabulate* (-> (listof procedure-fixed-arity?) (listof generic-set?) (listof list?))]
|
||||||
[tabulate/boolean (-> procedure-fixed-arity? (listof (listof boolean?)))]
|
[tabulate/boolean (-> procedure-fixed-arity? (listof (listof boolean?)))]
|
||||||
[tabulate*/boolean (-> (non-empty-listof procedure-fixed-arity?) (listof list?))]
|
[tabulate*/boolean (-> (non-empty-listof procedure-fixed-arity?) (listof (listof boolean?)))]
|
||||||
[table->function (-> (listof (*list/c any/c any/c)) procedure?)]
|
[table->function (-> (listof (*list/c any/c any/c)) procedure?)]
|
||||||
[table->function/list (-> (listof (*list/c any/c any/c)) procedure?)]
|
[table->function/list (-> (listof (*list/c any/c any/c)) procedure?)]
|
||||||
[enumerate-boolean-tables (-> number? (stream/c (listof (*list/c boolean? boolean?))))]
|
[enumerate-boolean-tables (-> number? (stream/c (listof (*list/c boolean? boolean?))))]
|
||||||
|
|
Loading…
Reference in a new issue