Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.NestedText.From
Documentation
class FromItem a where Source #
Associated Types
type FromItemError a :: Type Source #
Instances
class Ord a => FromKey a where Source #
Associated Types
type FromKeyError a :: Type Source #
Instances
FromKey ByteString Source # | |
Defined in Data.NestedText.From Associated Types type FromKeyError ByteString Source # Methods fromKey :: Key -> Either (FromKeyError ByteString) ByteString Source # | |
FromKey ByteString Source # | |
Defined in Data.NestedText.From Associated Types type FromKeyError ByteString Source # Methods fromKey :: Key -> Either (FromKeyError ByteString) ByteString Source # | |
FromKey ShortByteString Source # | |
Defined in Data.NestedText.From Associated Types Methods fromKey :: Key -> Either (FromKeyError ShortByteString) ShortByteString Source # | |
FromKey Text Source # | |
Defined in Data.NestedText.From Associated Types type FromKeyError Text Source # | |
FromKey Text Source # | |
Defined in Data.NestedText.From Associated Types type FromKeyError Text Source # | |
FromKey ShortText Source # | |
Defined in Data.NestedText.From Associated Types type FromKeyError ShortText Source # |
data FromItemError'Common Source #
Constructors
FromItemError'Common'InvalidValue |
Instances
Generic FromItemError'Common Source # | |
Defined in Data.NestedText.From Associated Types type Rep FromItemError'Common :: Type -> Type # Methods from :: FromItemError'Common -> Rep FromItemError'Common x # to :: Rep FromItemError'Common x -> FromItemError'Common # | |
Show FromItemError'Common Source # | |
Defined in Data.NestedText.From Methods showsPrec :: Int -> FromItemError'Common -> ShowS # show :: FromItemError'Common -> String # showList :: [FromItemError'Common] -> ShowS # | |
Eq FromItemError'Common Source # | |
Defined in Data.NestedText.From Methods (==) :: FromItemError'Common -> FromItemError'Common -> Bool # (/=) :: FromItemError'Common -> FromItemError'Common -> Bool # | |
type Rep FromItemError'Common Source # | |
data FromItemError'List a Source #
Instances
data FromItemError'Map k v Source #
Constructors
FromItemError'Map'InvalidValue | |
FromItemError'Map'KeyError (FromKeyError k) | |
FromItemError'Map'ValueError (FromItemError v) |