P

optparse_applicative.internal.P$
See theP companion class
object P

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
P.type

Members list

Concise view

Type members

Types

type ContextWriter[A] = WriterT[Context, ParserPrefsReader, A]
type P_[A] = EitherT[ParseError, ContextWriter, A]
type ParserPrefsReader[A] = Reader[ParserPrefs, A]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def hoistEither[F[_], A](fa: ParseError \/ A)(implicit F: MonadP[F]): F[A]
def tell[F[_] : Applicative, W](w: W): WriterT[W, F, Unit]

Implicits

Implicits

implicit val pMonadP: MonadP[P]