| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.XML.DOM.Parser.Buildable
Synopsis
- class Traversable f => Buildable f where
Documentation
class Traversable f => Buildable f where #
Class of traversable functors which may be constructed from list
Methods
If method return Nothing this means we can not build
traversable from given list. In this case inFilteredTrav should
fail traversing.
Instances
| Buildable [] # | |
Defined in Text.XML.DOM.Parser.Buildable | |
| Buildable Maybe # | |
Defined in Text.XML.DOM.Parser.Buildable | |
| Buildable Identity # | |
Defined in Text.XML.DOM.Parser.Buildable | |
| Buildable NonEmpty # | |
Defined in Text.XML.DOM.Parser.Buildable | |