ParserM

optparse_applicative.types.ParserM
See theParserM companion trait
object ParserM

Attributes

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

Members list

Value members

Concrete methods

def fromM[A](p: ParserM[A]): Parser[A]
def manyM[A](p: Parser[A]): ParserM[List[A]]
def oneM[A](p: Parser[A]): ParserM[A]
def someM[A](p: Parser[A]): ParserM[NonEmptyList[A]]

Implicits

Implicits

implicit val parserMMonad: Monad[ParserM]