uu -package:sandi
Is the "module" a reexport?
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.
Parses the string
str and verify if it is a UUID.
The function accepts the following syntax:
- simple forms (e.g.
f81d4fae-7dec-11d0-a765-00a0c91e6bf6)
Note that hyphens are required within the UUID string itself, as per
the aforementioned RFC.
Since: 2.52
Generates a random UUID (RFC 4122 version 4) as a string. It has the
same randomness guarantees as
Rand, so must not be used for
cryptographic purposes such as key generation, nonces, salts or
one-time pads.
Since: 2.52
Decoder of the UUID values.
New path to which the user will be moved.
Name of the user to be updated.
Not on Stackage, so not searched.
Fast, online, error-correcting, monadic, applicative, merging, permuting, interleaving, idiomatic parser combinators.
Not on Stackage, so not searched.
Haskell Utrecht Tools Library
Generates a bitvector uniformly distributed over the provided range
(interpreted as a range of
unsigned bitvectors), which is
interpreted as inclusive in the lower and upper bound. (See
uniformRM).
Be careful: providing
Nothing to a field created by
optionalTableField updates the field to its default value. Many
users have been confused by this because they assume it means that the
field is to be left unchanged. For an easier time wrap your update
function in
updateEasy.
Not on Stackage, so not searched.
Attribute Grammar System of Universiteit Utrecht
Not on Stackage, so not searched.
Cabal plugin for UUAGC
DataType for
UUID columns. The
pgCryptoGenRandomUUID function in the
PgCrypto
extension can be used to generate UUIDs at random.