Mads

final case class Mads[A](repr: Representation[A])(using monoid: Monoid[A])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Classlikes

object syntax

Value members

Concrete methods

def parse(parts: Seq[String], args: Seq[Any]): Resumable[A, A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val emptyLine: Parser[A]
val hash: Parser[Char]
val heading: Suspendable[A, A]
val lineEnd: Parser[Unit]
val parser: Suspendable[A, A]
val whiteSpace0: Parser[Unit]
val whiteSpace1: Parser[Unit]