Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. minIsIdempotent :: forall (n :: Nat) . Dict (Min n n ~ n)

    constraints Data.Constraint.Nat

    No documentation available.

  2. package uuid

    For creating, comparing, parsing and printing Universally Unique Identifiers This library is useful for creating, comparing, parsing and printing Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID for the general idea.

  3. module Data.UUID

    This library is useful for comparing, parsing and printing Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID for the general idea. See http://tools.ietf.org/html/rfc4122 for the specification.

    • Use nextRandom to generate secure random UUIDs, and your favorite instance of Random for faster but insecure generation of UUIDs.
    • We have an implementation of generating a UUID from the hardware MAC address and current system time in Data.UUID.V1.
    • For name-based generation of UUIDs using SHA-1 hashing see Data.UUID.V5.

  4. data UUID

    uuid Data.UUID

    Type representing Universally Unique Identifiers (UUID) as specified in RFC 4122.

  5. data UnpackedUUID

    uuid Data.UUID.Util

    No documentation available.

  6. UnpackedUUID :: Word32 -> Word16 -> Word16 -> Word8 -> Word8 -> Word8 -> Word8 -> Word8 -> Word8 -> Word8 -> Word8 -> UnpackedUUID

    uuid Data.UUID.Util

    No documentation available.

  7. time_mid :: UnpackedUUID -> Word16

    uuid Data.UUID.Util

    No documentation available.

  8. nextUUID :: IO (Maybe UUID)

    uuid Data.UUID.V1

    Returns a new UUID derived from the local hardware MAC address and the current system time. Is generated according to the Version 1 UUID specified in RFC 4122. Returns Nothing if you request UUIDs too quickly.

  9. namespaceOID :: UUID

    uuid Data.UUID.V3

    The namespace for ISO OIDs

  10. namespaceOID :: UUID

    uuid Data.UUID.V5

    The namespace for ISO OIDs

Page 607 of many | Previous | Next