Onama Defines some HTML primitive parsers to use with Parsec. Usage You'll need to import Parsec into your project in order to use this library. testParser1 = do openTagAny openTag "div" data <- text closeTag "div" closeTagAny return data