You can search for identifiers within the package.
in-package search v0.2.0
bloomf
Bloomf.Hashable
The input interface for Bloomf.Make.
Bloomf.Make
type t
The type of the values to be stored.
val hash : t -> int
The hash function. This function must return positive integers. Behavior is undefined otherwise. Please note that false positive rate might be affected by unevenly distributed hash functions.