type for hash-empty?

This commit is contained in:
Phil Nguyen 2016-10-28 00:19:09 -04:00
parent 9c33a54c6a
commit c85515e258

View File

@ -965,6 +965,7 @@
[(-HashTop (-> Univ Univ c)) -Void]))]
[hash-count (-poly (a b) (cl-> [((-HT a b)) -Index]
[(-HashTop) -Index]))]
[hash-empty? (-> -HashTop -Boolean)]
[hash-keys (-poly (a b) (cl-> [((-HT a b)) (-lst a)]
[(-HashTop) (-lst Univ)]))]
[hash-values (-poly (a b) (cl-> [((-HT a b)) (-lst b)]