logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MoreLabels.Hashtbl.SeededHashedType - The input signature of the functor MoreLabels.Hashtbl.MakeSeeded.

Documentation

       Module type SeededHashedType
        = sigend

       The input signature of the functor MoreLabels.Hashtbl.MakeSeeded .

       Since 4.00

       typet

       The type of the hashtable keys.

       valequal : t->t->bool

       The equality predicate used to compare keys.

       valseeded_hash : int->t->int

       A  seeded hashing function on keys.  The first argument is the seed.  It must be the case that if equalxy is true, then seeded_hashseedx=seeded_hashseedy for any value of seed .  A  suitable  choice  for
       seeded_hash is the function MoreLabels.Hashtbl.seeded_hash below.

OCamldoc                                           2025-06-12            MoreLabels.Hashtbl.SeededHashedType(3o)

Module Type

       Module type   MoreLabels.Hashtbl.SeededHashedType

Name

       MoreLabels.Hashtbl.SeededHashedType - The input signature of the functor MoreLabels.Hashtbl.MakeSeeded.

See Also