| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
U.Codebase.Sqlite.HistoryComment
Documentation
data HistoryComment causal id Source #
Constructors
| HistoryComment | |
Instances
| Functor (HistoryComment causal) Source # | |
Defined in U.Codebase.Sqlite.HistoryComment Methods fmap :: (a -> b) -> HistoryComment causal a -> HistoryComment causal b # (<$) :: a -> HistoryComment causal b -> HistoryComment causal a # | |
| (Show causal, Show id) => Show (HistoryComment causal id) Source # | |
Defined in U.Codebase.Sqlite.HistoryComment Methods showsPrec :: Int -> HistoryComment causal id -> ShowS # show :: HistoryComment causal id -> String # showList :: [HistoryComment causal id] -> ShowS # | |
| (Eq causal, Eq id) => Eq (HistoryComment causal id) Source # | |
Defined in U.Codebase.Sqlite.HistoryComment Methods (==) :: HistoryComment causal id -> HistoryComment causal id -> Bool # (/=) :: HistoryComment causal id -> HistoryComment causal id -> Bool # | |