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

U.Codebase.Sqlite.HistoryComment

Documentation

data HistoryComment causal id Source #

Constructors

HistoryComment 

Fields

Instances

Instances details
Functor (HistoryComment causal) Source # 
Instance details

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 # 
Instance details

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 # 
Instance details

Defined in U.Codebase.Sqlite.HistoryComment

Methods

(==) :: HistoryComment causal id -> HistoryComment causal id -> Bool #

(/=) :: HistoryComment causal id -> HistoryComment causal id -> Bool #