Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data MoneyRelation Source #
Instances
data BitcoinLayer Source #
Instances
Generic BitcoinLayer Source # | |
Defined in BtcLsp.Data.Kind type Rep BitcoinLayer :: Type -> Type # from :: BitcoinLayer -> Rep BitcoinLayer x # to :: Rep BitcoinLayer x -> BitcoinLayer # | |
Show BitcoinLayer Source # | |
Defined in BtcLsp.Data.Kind showsPrec :: Int -> BitcoinLayer -> ShowS # show :: BitcoinLayer -> String # showList :: [BitcoinLayer] -> ShowS # | |
Eq BitcoinLayer Source # | |
Defined in BtcLsp.Data.Kind (==) :: BitcoinLayer -> BitcoinLayer -> Bool # (/=) :: BitcoinLayer -> BitcoinLayer -> Bool # | |
Ord BitcoinLayer Source # | |
Defined in BtcLsp.Data.Kind compare :: BitcoinLayer -> BitcoinLayer -> Ordering # (<) :: BitcoinLayer -> BitcoinLayer -> Bool # (<=) :: BitcoinLayer -> BitcoinLayer -> Bool # (>) :: BitcoinLayer -> BitcoinLayer -> Bool # (>=) :: BitcoinLayer -> BitcoinLayer -> Bool # max :: BitcoinLayer -> BitcoinLayer -> BitcoinLayer # min :: BitcoinLayer -> BitcoinLayer -> BitcoinLayer # | |
type Rep BitcoinLayer Source # | |
Instances
Bounded Table Source # | |
Enum Table Source # | |
Generic Table Source # | |
Show Table Source # | |
Eq Table Source # | |
Ord Table Source # | |
type Rep Table Source # | |
Defined in BtcLsp.Data.Kind type Rep Table = D1 ('MetaData "Table" "BtcLsp.Data.Kind" "btc-lsp-0.1.0.0-inplace" 'False) ((C1 ('MetaCons "UserTable" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "SwapIntoLnTable" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "SwapUtxoTable" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "BlockTable" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "LnChanTable" 'PrefixI 'False) (U1 :: Type -> Type)))) |