Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(exp: Expr): HoTTParser
- def +(dfn: Defn): HoTTParser
- def +(n: String, t: Term): HoTTParser
- def ->[B](y: B): (HoTTParser, B)
- final def ==(arg0: Any): Boolean
- def addImport(s: String): HoTTParser
- def alphachar[_](implicit arg0: P[Any]): ParsingRun[Unit]
- def alphanum[_](implicit arg0: P[Any]): P[Unit]
- def applnP[_](implicit arg0: P[Any]): P[Term]
- final def asInstanceOf[T0]: T0
- def block[_](implicit arg0: P[Any]): P[Block]
- def break[_](implicit arg0: P[Any]): P[Unit]
- def clone(): AnyRef
- def context[_](implicit arg0: P[Any]): P[Context]
- val contextMap: Map[String, Context]
- val ctx: Context
- def defn[_](implicit arg0: P[Any]): P[Defn]
- def ensuring(cond: (HoTTParser) => Boolean, msg: => Any): HoTTParser
- def ensuring(cond: (HoTTParser) => Boolean): HoTTParser
- def ensuring(cond: Boolean, msg: => Any): HoTTParser
- def ensuring(cond: Boolean): HoTTParser
- final def eq(arg0: AnyRef): Boolean
- def expr[_](implicit arg0: P[Any]): P[Expr]
- def formatted(fmtstr: String): String
- def funcTyp[_](implicit arg0: P[Any]): ParsingRun[FuncTyp[U, U] forSome {type U <: Term with Subs[U], type U <: Term with Subs[U]}]
- final def getClass(): Class[_ <: AnyRef]
- def imp[_](implicit arg0: P[Any]): P[Import]
- def inducP[_](implicit arg0: P[Any]): P[Term]
- final def isInstanceOf[T0]: Boolean
- def lambdaP[_](implicit arg0: P[Any]): P[Term]
- def lmbdaP[_](implicit arg0: P[Any]): P[Term]
- def name[_](implicit arg0: P[Any]): P[String]
- def named[_](implicit arg0: P[Any]): P[Term]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def num[_](implicit arg0: P[Any]): P[scalahott.NatRing.LocalTerm with Subs[scalahott.NatRing.LocalTerm]]
- def parens[_](implicit arg0: P[Any]): P[Term]
- def parseBlock(txt: String): Parsed[Block]
- def parseContext(txt: String): Parsed[Context]
- def piTyp[_](implicit arg0: P[Any]): ParsingRun[GenFuncTyp[Term, U] forSome {type U <: Term with Subs[U]}]
- def plusTyp[_](implicit arg0: P[Any]): ParsingRun[PlusTyp[U, U] forSome {type U <: Term with Subs[U], type U <: Term with Subs[U]}]
- def polyApplnP[_](implicit arg0: P[Any]): P[Term]
- def predefs[_](implicit arg0: P[Any]): P[Term]
- def prodTyp[_](implicit arg0: P[Any]): ParsingRun[ProdTyp[U, U] forSome {type U <: Term with Subs[U], type U <: Term with Subs[U]}]
- def productElementNames: Iterator[String]
- def recP[_](implicit arg0: P[Any]): P[Term]
- def sigmaTyp[_](implicit arg0: P[Any]): ParsingRun[SigmaTyp[Term, U] forSome {type U <: Term with Subs[U]}]
- def simpleterm[_](implicit arg0: P[Any]): P[Term]
- def spc[_](implicit arg0: P[Any]): P[Unit]
- def stat[_](implicit arg0: P[Any]): P[Stat]
- def str[_](implicit arg0: P[Any]): P[String]
- def symbolic[_](implicit arg0: P[Any]): P[Term]
- final def synchronized[T0](arg0: => T0): T0
- def term[_](implicit arg0: P[Any]): P[Term]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Shadowed Implicit Value Members
- def +(other: String): String
Deprecated Value Members
- def finalize(): Unit
- def →[B](y: B): (HoTTParser, B)
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd fromHoTTParser to any2stringadd[HoTTParser]
Value Members
- def +(other: String): String
Inherited by implicit conversion StringFormat fromHoTTParser to StringFormat[HoTTParser]
Value Members
- def formatted(fmtstr: String): String
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(exp: Expr): HoTTParser
- def +(dfn: Defn): HoTTParser
- def +(n: String, t: Term): HoTTParser
- def ->[B](y: B): (HoTTParser, B)
- final def ==(arg0: Any): Boolean
- def addImport(s: String): HoTTParser
- def alphachar[_](implicit arg0: P[Any]): ParsingRun[Unit]
- def alphanum[_](implicit arg0: P[Any]): P[Unit]
- def applnP[_](implicit arg0: P[Any]): P[Term]
- final def asInstanceOf[T0]: T0
- def block[_](implicit arg0: P[Any]): P[Block]
- def break[_](implicit arg0: P[Any]): P[Unit]
- def clone(): AnyRef
- def context[_](implicit arg0: P[Any]): P[Context]
- val contextMap: Map[String, Context]
- val ctx: Context
- def defn[_](implicit arg0: P[Any]): P[Defn]
- def ensuring(cond: (HoTTParser) => Boolean, msg: => Any): HoTTParser
- def ensuring(cond: (HoTTParser) => Boolean): HoTTParser
- def ensuring(cond: Boolean, msg: => Any): HoTTParser
- def ensuring(cond: Boolean): HoTTParser
- final def eq(arg0: AnyRef): Boolean
- def expr[_](implicit arg0: P[Any]): P[Expr]
- def formatted(fmtstr: String): String
- def funcTyp[_](implicit arg0: P[Any]): ParsingRun[FuncTyp[U, U] forSome {type U <: Term with Subs[U], type U <: Term with Subs[U]}]
- final def getClass(): Class[_ <: AnyRef]
- def imp[_](implicit arg0: P[Any]): P[Import]
- def inducP[_](implicit arg0: P[Any]): P[Term]
- final def isInstanceOf[T0]: Boolean
- def lambdaP[_](implicit arg0: P[Any]): P[Term]
- def lmbdaP[_](implicit arg0: P[Any]): P[Term]
- def name[_](implicit arg0: P[Any]): P[String]
- def named[_](implicit arg0: P[Any]): P[Term]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def num[_](implicit arg0: P[Any]): P[scalahott.NatRing.LocalTerm with Subs[scalahott.NatRing.LocalTerm]]
- def parens[_](implicit arg0: P[Any]): P[Term]
- def parseBlock(txt: String): Parsed[Block]
- def parseContext(txt: String): Parsed[Context]
- def piTyp[_](implicit arg0: P[Any]): ParsingRun[GenFuncTyp[Term, U] forSome {type U <: Term with Subs[U]}]
- def plusTyp[_](implicit arg0: P[Any]): ParsingRun[PlusTyp[U, U] forSome {type U <: Term with Subs[U], type U <: Term with Subs[U]}]
- def polyApplnP[_](implicit arg0: P[Any]): P[Term]
- def predefs[_](implicit arg0: P[Any]): P[Term]
- def prodTyp[_](implicit arg0: P[Any]): ParsingRun[ProdTyp[U, U] forSome {type U <: Term with Subs[U], type U <: Term with Subs[U]}]
- def productElementNames: Iterator[String]
- def recP[_](implicit arg0: P[Any]): P[Term]
- def sigmaTyp[_](implicit arg0: P[Any]): ParsingRun[SigmaTyp[Term, U] forSome {type U <: Term with Subs[U]}]
- def simpleterm[_](implicit arg0: P[Any]): P[Term]
- def spc[_](implicit arg0: P[Any]): P[Unit]
- def stat[_](implicit arg0: P[Any]): P[Stat]
- def str[_](implicit arg0: P[Any]): P[String]
- def symbolic[_](implicit arg0: P[Any]): P[Term]
- final def synchronized[T0](arg0: => T0): T0
- def term[_](implicit arg0: P[Any]): P[Term]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def +(other: String): String
- def finalize(): Unit
- def →[B](y: B): (HoTTParser, B)