tagstream-conduit-0.5.6: streamlined html tag parser

Safe HaskellNone
LanguageHaskell2010

Text.HTML.TagStream.ByteString

Synopsis

Documentation

decodeEntitiesBS :: Monad m => Conduit Token m Token Source #

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

cond :: a -> a -> Bool -> a Source #

(||.) :: Applicative f => f Bool -> f Bool -> f Bool Source #

in2 :: Eq a => (a, a) -> a -> Bool Source #

in3 :: Eq a => (a, a, a) -> a -> Bool Source #