Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.NestedText.To
Documentation
Associated Types
type ToItemError a :: Type Source #
Instances
Associated Types
type ToKeyError a :: Type Source #
Instances
ToKey ByteString Source # | |
Defined in Data.NestedText.To Associated Types type ToKeyError ByteString Source # Methods toKey :: ByteString -> Either (ToKeyError ByteString) Key Source # | |
ToKey ByteString Source # | |
Defined in Data.NestedText.To Associated Types type ToKeyError ByteString Source # Methods toKey :: ByteString -> Either (ToKeyError ByteString) Key Source # | |
ToKey ShortByteString Source # | |
Defined in Data.NestedText.To Associated Types type ToKeyError ShortByteString Source # Methods toKey :: ShortByteString -> Either (ToKeyError ShortByteString) Key Source # | |
ToKey Text Source # | |
Defined in Data.NestedText.To Associated Types type ToKeyError Text Source # | |
ToKey Text Source # | |
Defined in Data.NestedText.To Associated Types type ToKeyError Text Source # | |
ToKey ShortText Source # | |
Defined in Data.NestedText.To Associated Types type ToKeyError ShortText Source # |
data ToItemError'Text Source #
Constructors
ToItemError'Text'Utf8Error |
Instances
Generic ToItemError'Text Source # | |
Defined in Data.NestedText.To Associated Types type Rep ToItemError'Text :: Type -> Type # Methods from :: ToItemError'Text -> Rep ToItemError'Text x # to :: Rep ToItemError'Text x -> ToItemError'Text # | |
Show ToItemError'Text Source # | |
Defined in Data.NestedText.To Methods showsPrec :: Int -> ToItemError'Text -> ShowS # show :: ToItemError'Text -> String # showList :: [ToItemError'Text] -> ShowS # | |
Eq ToItemError'Text Source # | |
Defined in Data.NestedText.To Methods (==) :: ToItemError'Text -> ToItemError'Text -> Bool # (/=) :: ToItemError'Text -> ToItemError'Text -> Bool # | |
type Rep ToItemError'Text Source # | |
newtype ToItemError'List a Source #
Constructors
ToItemError'List'ElementError (ToItemError a) |
Instances
data ToKeyError'Text Source #
Constructors
ToKeyError'Text'Utf8Error |
Instances
Generic ToKeyError'Text Source # | |
Defined in Data.NestedText.To Associated Types type Rep ToKeyError'Text :: Type -> Type # Methods from :: ToKeyError'Text -> Rep ToKeyError'Text x # to :: Rep ToKeyError'Text x -> ToKeyError'Text # | |
Show ToKeyError'Text Source # | |
Defined in Data.NestedText.To Methods showsPrec :: Int -> ToKeyError'Text -> ShowS # show :: ToKeyError'Text -> String # showList :: [ToKeyError'Text] -> ShowS # | |
Eq ToKeyError'Text Source # | |
Defined in Data.NestedText.To Methods (==) :: ToKeyError'Text -> ToKeyError'Text -> Bool # (/=) :: ToKeyError'Text -> ToKeyError'Text -> Bool # | |
type Rep ToKeyError'Text Source # | |
data ToItemError'Map k v Source #
Constructors
ToItemError'Map'KeyError (ToKeyError k) | |
ToItemError'Map'ValueError (ToItemError v) |