Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.FractalText.To
Documentation
Associated Types
type ToItemError a :: Type Source #
Instances
ToItem Item Source # | |
Defined in Data.FractalText.To Associated Types type ToItemError Item Source # | |
ToItem Text Source # | |
Defined in Data.FractalText.To Associated Types type ToItemError Text Source # | |
ToItem Text Source # | |
Defined in Data.FractalText.To Associated Types type ToItemError Text Source # | |
a ~ Text => ToItem (Vector a) Source # | |
Defined in Data.FractalText.To Associated Types type ToItemError (Vector a) Source # | |
a ~ Text => ToItem [a] Source # | |
Defined in Data.FractalText.To Associated Types type ToItemError [a] Source # | |
(ToKey k, ToItem v) => ToItem (Map k v) Source # | |
Defined in Data.FractalText.To Associated Types type ToItemError (Map k v) Source # |
Associated Types
type ToKeyError a :: Type Source #
Instances
ToKey Text Source # | |
Defined in Data.FractalText.To Associated Types type ToKeyError Text Source # | |
ToKey Text Source # | |
Defined in Data.FractalText.To Associated Types type ToKeyError Text Source # | |
ToKey ShortText Source # | |
Defined in Data.FractalText.To Associated Types type ToKeyError ShortText Source # |
data ToItemError'Map k v Source #
Constructors
ToItemError'Map'KeyError (ToKeyError k) | |
ToItemError'Map'ValueError (ToItemError v) |