unison-codebase-sqlite-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

U.Codebase.Sqlite.Entity

Synopsis

Documentation

type SyncEntity = SyncEntity' TextId HashId ObjectId PatchObjectId BranchHashId BranchObjectId CausalHashId Source #

data SyncEntity = TC SyncTermFormat | DC SyncDeclFormat | N SyncBranchFormat | P SyncPatchFormat | C SyncCausalFormat

data SyncEntity' text hash defn patch branchh branch causal Source #

Constructors

TC (SyncTermFormat' text defn) 
DC (SyncDeclFormat' text defn) 
N (SyncBranchFormat' branch text defn patch (branch, causal)) 
P (SyncPatchFormat' patch text hash defn) 
C (SyncCausalFormat' causal branchh) 

entityType :: SyncEntity' text hash defn patch branchh branch causal -> TempEntityType Source #