tagstream-conduit-0.5.5.1: streamlined html tag parser

Safe HaskellNone

Text.HTML.TagStream.ByteString

Synopsis

Documentation

decodeEntitiesBS :: Monad m => Conduit Token m TokenSource

Decode the HTML entities e.g. & in some text into &.

cond :: a -> a -> Bool -> aSource

(||.) :: Applicative f => f Bool -> f Bool -> f BoolSource

in2 :: Eq a => (a, a) -> a -> BoolSource

in3 :: Eq a => (a, a, a) -> a -> BoolSource