We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5186edb commit a105062Copy full SHA for a105062
src/library/scala/util/parsing/combinator/Parsers.scala
@@ -531,10 +531,6 @@ trait Parsers {
531
}
532
533
534
- /*trait ElemFun
535
- case class EFCons(hd: Elem => ElemFun, tl: ElemFun) extends ElemFun
536
- case class EFNil(res: Boolean) extends ElemFun*/
537
-
538
/** A parser matching input elements that satisfy a given predicate.
539
*
540
* `elem(kind, p)` succeeds if the input starts with an element `e` for which `p(e)` is true.
0 commit comments