fimad / scalpel

A high level web scraping library for Haskell.
Apache License 2.0
323 stars 43 forks source link

(#22) Allows construction of arbitrary predicates #31

Closed fimad closed 8 years ago

fimad commented 8 years ago

The match function is exposed which can be used to create AttributePredicate values from functions that take a string valued attribute key and attribute value and return a boolean.