Parser

optparse_applicative.types.Parser
See theParser companion trait
object Parser

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Parser.type

Members list

Value members

Inherited methods

def many[A](p: Parser[A]): Parser[List[A]]

Attributes

Inherited from:
ParserFunctions (hidden)
def optional[A](p: Parser[A]): Parser[Option[A]]

Attributes

Inherited from:
ParserFunctions (hidden)
def pure[A](a: A): Parser[A]

Attributes

Inherited from:
ParserFunctions (hidden)
def some[A](p: Parser[A]): Parser[NonEmptyList[A]]

Attributes

Inherited from:
ParserFunctions (hidden)

Implicits

Inherited implicits

implicit val parserApplicativePlus: ApplicativePlus[Parser]

Attributes

Inherited from:
ParserInstances (hidden)