From 846fec4ed016158bd1459fc9104513b2362e2324 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Sat, 7 Jul 2007 12:13:09 +0000 Subject: oops.. --- src/library/scala/util/parsing/combinator/Parsers.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/library/scala/util/parsing/combinator/Parsers.scala b/src/library/scala/util/parsing/combinator/Parsers.scala index 40655c6a62..c37ef4c288 100644 --- a/src/library/scala/util/parsing/combinator/Parsers.scala +++ b/src/library/scala/util/parsing/combinator/Parsers.scala @@ -308,7 +308,7 @@ trait Parsers { *

`p into fq' (with `fq' typically `{x => q}') first applies `p', and then, if `p' successfully * returned result `r', applies `fq(r)' to the rest of the input.

* - *

From: G. Hutton. Higher-order functions for parsing. J. Funct. Program., 2(3):323Ð343, 1992.

+ *

From: G. Hutton. Higher-order functions for parsing. J. Funct. Program., 2(3):323--343, 1992.

* * @param fq a function that, given the result from this parser, returns the second parser to be applied * @return a parser that succeeds if this parser succeeds (with result `x') and if then `fq(x)' succeeds @@ -763,7 +763,7 @@ trait Parsers { /** A parser generator that, roughly, generalises the rep1sep generator so that `q', which parses the separator, * produces a left-associative function that combines the elements it separates. * - *

From: J. Fokker. Functional parsers. In J. Jeuring and E. Meijer, editors, Advanced Functional Programming, volume 925 of Lecture Notes in Computer Science, pages 1Ð23. Springer, 1995.

+ *

From: J. Fokker. Functional parsers. In J. Jeuring and E. Meijer, editors, Advanced Functional Programming, volume 925 of Lecture Notes in Computer Science, pages 1--23. Springer, 1995.

* * @param p a parser that parses the elements * @param q a parser that parses the token(s) separating the elements, yielding a left-associative function that -- cgit v1.2.3