[minor documentation tweaks Malcolm.Wallace@cs.york.ac.uk**20070123153204] { hunk ./docs/index.html 30 -one of the included variations at any one time - they are generally +one of the included modules at any one time - they are generally hunk ./docs/index.html 35 -
  • Text.ParserCombinators.HuttonMeijer The granddaddy of all - monadic parser combinator libraries, dating from 1996. Originally - distributed with Gofer (a forerunner of Hugs) as ParseLib. It uses +
  • Text.ParserCombinators.HuttonMeijer The most venerable of all + monadic parser combinator libraries, this version dates from 1996. + Originally distributed with Gofer, then Hugs, as ParseLib. It uses hunk ./docs/index.html 48 - write your own lexer if you wish, rather than needing to code + write your own lexer if you wish, rather than needing to encode hunk ./docs/index.html 63 - does not return explicit failure. Instead, an exception is raised. + does not return explicit failures. Instead, an exception is raised. hunk ./docs/index.html 71 - data-structure within small constant space. This is especially useful - for very large structures like e.g. XML trees. + data-structure within very small constant space. This is especially + useful for large structures like e.g. XML trees. hunk ./docs/index.html 85 - for String input, and then entire Poly API is also re-exported. + for String input, and the entire Poly API is also re-exported. hunk ./docs/index.html 128 -.tar.gz, -.zip. +.tar.gz, +.zip. }