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.
minIsIdempotent :: forall (n :: Nat) . Dict (Min n n ~ n)constraints Data.Constraint.Nat No documentation available.
-
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.
-
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.
-
uuid Data.UUID Type representing Universally Unique Identifiers (UUID) as specified in RFC 4122.
-
uuid Data.UUID.Util No documentation available.
-
uuid Data.UUID.Util No documentation available.
time_mid :: UnpackedUUID -> Word16uuid Data.UUID.Util No documentation available.
-
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.
-
uuid Data.UUID.V3 The namespace for ISO OIDs
-
uuid Data.UUID.V5 The namespace for ISO OIDs