Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.UUID.Typed
Documentation
Instances
Eq (UUID a) Source # | |
Data a => Data (UUID a) Source # | |
Defined in Data.UUID.Typed Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UUID a -> c (UUID a) # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (UUID a) # toConstr :: UUID a -> Constr # dataTypeOf :: UUID a -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (UUID a)) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (UUID a)) # gmapT :: (forall b. Data b => b -> b) -> UUID a -> UUID a # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UUID a -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UUID a -> r # gmapQ :: (forall d. Data d => d -> u) -> UUID a -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> UUID a -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> UUID a -> m (UUID a) # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UUID a -> m (UUID a) # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UUID a -> m (UUID a) # | |
Ord (UUID a) Source # | |
Read (UUID a) Source # | |
Show (UUID a) Source # | |
Generic (UUID a) Source # | |
Hashable (UUID a) Source # | |
Defined in Data.UUID.Typed | |
ToJSON (UUID a) Source # | |
Defined in Data.UUID.Typed | |
ToJSONKey (UUID a) Source # | |
Defined in Data.UUID.Typed | |
FromJSON (UUID a) Source # | |
FromJSONKey (UUID a) Source # | |
Defined in Data.UUID.Typed Methods fromJSONKey :: FromJSONKeyFunction (UUID a) # fromJSONKeyList :: FromJSONKeyFunction [UUID a] # | |
Storable (UUID a) Source # | |
Binary (UUID a) Source # | |
NFData (UUID a) Source # | |
Defined in Data.UUID.Typed | |
ToHttpApiData (UUID a) Source # | |
Defined in Data.UUID.Typed Methods toUrlPiece :: UUID a -> Text # toEncodedUrlPiece :: UUID a -> Builder # toHeader :: UUID a -> ByteString # toQueryParam :: UUID a -> Text # | |
FromHttpApiData (UUID a) Source # | |
Defined in Data.UUID.Typed Methods parseUrlPiece :: Text -> Either Text (UUID a) # parseHeader :: ByteString -> Either Text (UUID a) # | |
Random (UUID a) Source # | |
Defined in Data.UUID.Typed | |
Validity (UUID a) Source # | |
Defined in Data.UUID.Typed Methods validate :: UUID a -> Validation # | |
type Rep (UUID a) Source # | |
Defined in Data.UUID.Typed |
uuidBs :: UUID a -> ByteString Source #
uuidLBs :: UUID a -> ByteString Source #
uuidString :: UUID a -> String Source #
nextRandomUUID :: MonadIO m => m (UUID a) Source #