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