| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Unison.HistoryComment
Documentation
type LatestHistoryComment thumbprint causal revisionId commentId = HistoryCommentRevision revisionId UTCTime (HistoryComment UTCTime thumbprint causal commentId) Source #
data HistoryComment createdAt thumbprint causal commentId Source #
Constructors
| HistoryComment | |
Instances
| Functor (HistoryComment createdAt thumbprint causal) Source # | |
Defined in Unison.HistoryComment Methods fmap :: (a -> b) -> HistoryComment createdAt thumbprint causal a -> HistoryComment createdAt thumbprint causal b # (<$) :: a -> HistoryComment createdAt thumbprint causal b -> HistoryComment createdAt thumbprint causal a # | |
| (Show createdAt, Show thumbprint, Show causal, Show commentId) => Show (HistoryComment createdAt thumbprint causal commentId) Source # | |
Defined in Unison.HistoryComment Methods showsPrec :: Int -> HistoryComment createdAt thumbprint causal commentId -> ShowS # show :: HistoryComment createdAt thumbprint causal commentId -> String # showList :: [HistoryComment createdAt thumbprint causal commentId] -> ShowS # | |
| (Eq createdAt, Eq thumbprint, Eq causal, Eq commentId) => Eq (HistoryComment createdAt thumbprint causal commentId) Source # | |
Defined in Unison.HistoryComment Methods (==) :: HistoryComment createdAt thumbprint causal commentId -> HistoryComment createdAt thumbprint causal commentId -> Bool # (/=) :: HistoryComment createdAt thumbprint causal commentId -> HistoryComment createdAt thumbprint causal commentId -> Bool # | |
data HistoryCommentRevision revisionId createdAt comment Source #
Constructors
| HistoryCommentRevision | |
Fields
| |
Instances
| Functor (HistoryCommentRevision revisionId createdAt) Source # | |
Defined in Unison.HistoryComment Methods fmap :: (a -> b) -> HistoryCommentRevision revisionId createdAt a -> HistoryCommentRevision revisionId createdAt b # (<$) :: a -> HistoryCommentRevision revisionId createdAt b -> HistoryCommentRevision revisionId createdAt a # | |
| (Show createdAt, Show comment, Show revisionId) => Show (HistoryCommentRevision revisionId createdAt comment) Source # | |
Defined in Unison.HistoryComment Methods showsPrec :: Int -> HistoryCommentRevision revisionId createdAt comment -> ShowS # show :: HistoryCommentRevision revisionId createdAt comment -> String # showList :: [HistoryCommentRevision revisionId createdAt comment] -> ShowS # | |
| (Eq createdAt, Eq comment, Eq revisionId) => Eq (HistoryCommentRevision revisionId createdAt comment) Source # | |
Defined in Unison.HistoryComment Methods (==) :: HistoryCommentRevision revisionId createdAt comment -> HistoryCommentRevision revisionId createdAt comment -> Bool # (/=) :: HistoryCommentRevision revisionId createdAt comment -> HistoryCommentRevision revisionId createdAt comment -> Bool # | |