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