Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.FractalText.Util
Documentation
span :: Monad m => (Char -> Bool) -> Stream (Of Text) m r -> Stream (Of Text) m (Stream (Of Text) m r) Source #
break :: Monad m => (Char -> Bool) -> Stream (Of Text) m r -> Stream (Of Text) m (Stream (Of Text) m r) Source #
removeAnnotation :: ItemA -> Item Source #
isValidDocument :: Document -> Bool Source #