Safe Haskell | None |
---|---|
Language | Haskell98 |
Web.ServerSession.Backend.Persistent.Internal.Types
Contents
Description
Internal module exposing the guts of the package. Use at your own risk. No API stability guarantees apply.
Also exports orphan instances of PersistField{,Sql} SessionId
.
- newtype ByteStringJ = B {
- unB :: ByteString
Documentation
newtype ByteStringJ Source
Newtype of a ByteString
with JSON support via base64url.
Constructors
B | |
Fields
|
Orphan instances
SessionId
instancePersistField
(SessionId
sess) instancePersistFieldSql
(SessionId
sess)
Does not do sanity checks (DB is trusted).