Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type TempEntity = SyncEntity' Text Hash32 Hash32 Hash32 Hash32 Hash32 Hash32
- type TempLocalIds = LocalIds' Text Hash32
- type TempTermFormat = SyncTermFormat' Text Hash32
- type TempDeclFormat = SyncDeclFormat' Text Hash32
- type TempPatchFormat = SyncPatchFormat' Hash32 Text Hash32 Hash32
- type TempPatchLocalIds = PatchLocalIds' Text Hash32 Hash32
- type TempNamespaceFormat = SyncBranchFormat' Hash32 Text Hash32 Hash32 (Hash32, Hash32)
- type TempNamespaceLocalIds = BranchLocalIds' Text Hash32 Hash32 (Hash32, Hash32)
- type TempCausalFormat = SyncCausalFormat' Hash32 Hash32
Documentation
type TempEntity = SyncEntity' Text Hash32 Hash32 Hash32 Hash32 Hash32 Hash32 Source #
data TempEntity = TC TempTermFormat | DC TempDeclFormat | N TempNamespaceFormat | P TempPatchFormat | C TempCausalFormat
type TempTermFormat = SyncTermFormat' Text Hash32 Source #
type TempDeclFormat = SyncDeclFormat' Text Hash32 Source #
type TempNamespaceLocalIds = BranchLocalIds' Text Hash32 Hash32 (Hash32, Hash32) Source #