| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Patrol.Type.TransactionSource
Documentation
data TransactionSource Source #
Instances
| ToJSON TransactionSource Source # | |
Defined in Patrol.Type.TransactionSource Methods toJSON :: TransactionSource -> Value # toEncoding :: TransactionSource -> Encoding # toJSONList :: [TransactionSource] -> Value # toEncodingList :: [TransactionSource] -> Encoding # | |
| Show TransactionSource Source # | |
Defined in Patrol.Type.TransactionSource Methods showsPrec :: Int -> TransactionSource -> ShowS # show :: TransactionSource -> String # showList :: [TransactionSource] -> ShowS # | |
| Eq TransactionSource Source # | |
Defined in Patrol.Type.TransactionSource Methods (==) :: TransactionSource -> TransactionSource -> Bool # (/=) :: TransactionSource -> TransactionSource -> Bool # | |