| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Unison.Server.HistoryComments.Types
Documentation
data DownloadCommentsRequest Source #
Constructors
| DownloadCommentsRequest | |
Instances
| Show DownloadCommentsRequest Source # | |
Defined in Unison.Server.HistoryComments.Types Methods showsPrec :: Int -> DownloadCommentsRequest -> ShowS # show :: DownloadCommentsRequest -> String # showList :: [DownloadCommentsRequest] -> ShowS # | |
| Eq DownloadCommentsRequest Source # | |
Defined in Unison.Server.HistoryComments.Types Methods (==) :: DownloadCommentsRequest -> DownloadCommentsRequest -> Bool # (/=) :: DownloadCommentsRequest -> DownloadCommentsRequest -> Bool # | |
data UploadCommentsResponse Source #
Constructors
| UploadCommentsProjectBranchNotFound BranchRef | |
| UploadCommentsNotAuthorized BranchRef | |
| UploadCommentsGenericFailure Text |
Instances
| Show UploadCommentsResponse Source # | |
Defined in Unison.Server.HistoryComments.Types Methods showsPrec :: Int -> UploadCommentsResponse -> ShowS # show :: UploadCommentsResponse -> String # showList :: [UploadCommentsResponse] -> ShowS # | |
| Eq UploadCommentsResponse Source # | |
Defined in Unison.Server.HistoryComments.Types Methods (==) :: UploadCommentsResponse -> UploadCommentsResponse -> Bool # (/=) :: UploadCommentsResponse -> UploadCommentsResponse -> Bool # | |
| Serialise UploadCommentsResponse Source # | |
Defined in Unison.Server.HistoryComments.Types Methods encode :: UploadCommentsResponse -> Encoding # decode :: Decoder s UploadCommentsResponse # encodeList :: [UploadCommentsResponse] -> Encoding # decodeList :: Decoder s [UploadCommentsResponse] # | |
data DownloadCommentsResponse Source #
Constructors
| DownloadCommentsProjectBranchNotFound BranchRef | |
| DownloadCommentsNotAuthorized BranchRef | |
| DownloadCommentsGenericFailure Text |
Instances
| Show DownloadCommentsResponse Source # | |
Defined in Unison.Server.HistoryComments.Types Methods showsPrec :: Int -> DownloadCommentsResponse -> ShowS # show :: DownloadCommentsResponse -> String # showList :: [DownloadCommentsResponse] -> ShowS # | |
| Eq DownloadCommentsResponse Source # | |
Defined in Unison.Server.HistoryComments.Types Methods (==) :: DownloadCommentsResponse -> DownloadCommentsResponse -> Bool # (/=) :: DownloadCommentsResponse -> DownloadCommentsResponse -> Bool # | |
| Serialise DownloadCommentsResponse Source # | |
Defined in Unison.Server.HistoryComments.Types Methods encode :: DownloadCommentsResponse -> Encoding # decode :: Decoder s DownloadCommentsResponse # encodeList :: [DownloadCommentsResponse] -> Encoding # | |
data HistoryCommentUploaderChunk Source #
Constructors
| PossiblyNewHashesChunk (NonEmpty (HistoryCommentHash32, [HistoryCommentRevisionHash32])) | |
| DoneSendingHashesChunk | |
| HistoryCommentChunk HistoryComment | |
| HistoryCommentRevisionChunk HistoryCommentRevision |
Instances
| Show HistoryCommentUploaderChunk Source # | |
Defined in Unison.Server.HistoryComments.Types Methods showsPrec :: Int -> HistoryCommentUploaderChunk -> ShowS # show :: HistoryCommentUploaderChunk -> String # showList :: [HistoryCommentUploaderChunk] -> ShowS # | |
| Eq HistoryCommentUploaderChunk Source # | |
Defined in Unison.Server.HistoryComments.Types Methods (==) :: HistoryCommentUploaderChunk -> HistoryCommentUploaderChunk -> Bool # (/=) :: HistoryCommentUploaderChunk -> HistoryCommentUploaderChunk -> Bool # | |
| Serialise HistoryCommentUploaderChunk Source # | |
Defined in Unison.Server.HistoryComments.Types Methods encode :: HistoryCommentUploaderChunk -> Encoding # decode :: Decoder s HistoryCommentUploaderChunk # | |
data HistoryCommentDownloaderChunk Source #
Constructors
| RequestCommentsChunk (NESet (Either HistoryCommentHash32 HistoryCommentRevisionHash32)) | |
| DoneCheckingHashesChunk |
Instances
data HistoryComment Source #
Constructors
| HistoryComment | |
Fields
| |
Instances
| Show HistoryComment Source # | |
Defined in Unison.Server.HistoryComments.Types Methods showsPrec :: Int -> HistoryComment -> ShowS # show :: HistoryComment -> String # showList :: [HistoryComment] -> ShowS # | |
| Eq HistoryComment Source # | |
Defined in Unison.Server.HistoryComments.Types Methods (==) :: HistoryComment -> HistoryComment -> Bool # (/=) :: HistoryComment -> HistoryComment -> Bool # | |
| Serialise HistoryComment Source # | |
Defined in Unison.Server.HistoryComments.Types Methods encode :: HistoryComment -> Encoding # decode :: Decoder s HistoryComment # encodeList :: [HistoryComment] -> Encoding # decodeList :: Decoder s [HistoryComment] # | |
data HistoryCommentRevision Source #
Constructors
| HistoryCommentRevision | |
Fields
| |
Instances
| Show HistoryCommentRevision Source # | |
Defined in Unison.Server.HistoryComments.Types Methods showsPrec :: Int -> HistoryCommentRevision -> ShowS # show :: HistoryCommentRevision -> String # showList :: [HistoryCommentRevision] -> ShowS # | |
| Eq HistoryCommentRevision Source # | |
Defined in Unison.Server.HistoryComments.Types Methods (==) :: HistoryCommentRevision -> HistoryCommentRevision -> Bool # (/=) :: HistoryCommentRevision -> HistoryCommentRevision -> Bool # | |
| Serialise HistoryCommentRevision Source # | |
Defined in Unison.Server.HistoryComments.Types Methods encode :: HistoryCommentRevision -> Encoding # decode :: Decoder s HistoryCommentRevision # encodeList :: [HistoryCommentRevision] -> Encoding # decodeList :: Decoder s [HistoryCommentRevision] # | |
newtype HistoryCommentHash32 Source #
Constructors
| HistoryCommentHash32 | |
Fields | |
Instances
newtype HistoryCommentRevisionHash32 Source #
Constructors
| HistoryCommentRevisionHash32 | |
Fields | |