haquery
haquery copied to clipboard
Replaced partial functions and error calls with Either String monad
- Changed the signature of
parseHtmlandmatch'functions to returnEither Stringmonad by replacing the calls toerrorwithLeft. - Updated README and tests