Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Data.PerfectHash.Lookup

    Note that what is referred to as a "nonce" in this library may be better known as a "salt".

  2. type LookUp = forall a . Typeable a => Var a -> a

    quickcheck-dynamic Test.QuickCheck.StateModel

    No documentation available.

  3. data Lookup a

    radix-tree Data.Patricia.Word.Lazy

    Key together with the value.

  4. Lookup :: Word -> a -> Lookup a

    radix-tree Data.Patricia.Word.Lazy

    No documentation available.

  5. data Lookup a

    radix-tree Data.Patricia.Word.Lazy.Unsafe

    Key together with the value.

  6. Lookup :: Word -> a -> Lookup a

    radix-tree Data.Patricia.Word.Lazy.Unsafe

    No documentation available.

  7. data Lookup a

    radix-tree Data.Patricia.Word.Strict

    Key together with the value.

  8. Lookup :: Word -> a -> Lookup a

    radix-tree Data.Patricia.Word.Strict

    No documentation available.

  9. data Lookup a

    radix-tree Data.Patricia.Word.Strict.Unsafe

    Key together with the value.

  10. Lookup :: Word -> a -> Lookup a

    radix-tree Data.Patricia.Word.Strict.Unsafe

    No documentation available.

Page 28 of many | Previous | Next