| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simplex.Messaging.Agent.Store.Entity
Documentation
data DBEntityId' (s :: DBStored) where Source #
Constructors
| DBEntityId :: Int64 -> DBEntityId' 'DBStored | |
| DBNewEntity :: DBEntityId' 'DBNew |
Instances
type DBEntityId = DBEntityId' 'DBStored Source #
type DBNewEntity = DBEntityId' 'DBNew Source #