case class HoTTParser(ctx: Context = Context.Empty, contextMap: Map[String, Context] = Map()) extends Product with Serializable
- Alphabetic
- By Inheritance
- HoTTParser
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new HoTTParser(ctx: Context = Context.Empty, contextMap: Map[String, Context] = Map())
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(exp: Expr): HoTTParser
- def +(dfn: Defn): HoTTParser
- def +(n: String, t: Term): HoTTParser
- def ->[B](y: B): (HoTTParser, B)
- Implicit
- This member is added by an implicit conversion from HoTTParser toArrowAssoc[HoTTParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
- Definition Classes
- Any
- def block[_](implicit arg0: P[Any]): P[Block]
- def break[_](implicit arg0: P[Any]): P[Unit]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- 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
- Implicit
- This member is added by an implicit conversion from HoTTParser toEnsuring[HoTTParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (HoTTParser) => Boolean): HoTTParser
- Implicit
- This member is added by an implicit conversion from HoTTParser toEnsuring[HoTTParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): HoTTParser
- Implicit
- This member is added by an implicit conversion from HoTTParser toEnsuring[HoTTParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): HoTTParser
- Implicit
- This member is added by an implicit conversion from HoTTParser toEnsuring[HoTTParser] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expr[_](implicit arg0: P[Any]): P[Expr]
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from HoTTParser toStringFormat[HoTTParser] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- 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]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def imp[_](implicit arg0: P[Any]): P[Import]
- def inducP[_](implicit arg0: P[Any]): P[Term]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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]
- Definition Classes
- Product
- 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
- Definition Classes
- AnyRef
- def term[_](implicit arg0: P[Any]): P[Term]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Shadowed Implicit Value Members
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from HoTTParser toany2stringadd[HoTTParser] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(hoTTParser: any2stringadd[HoTTParser]).+(other)
- Definition Classes
- any2stringadd
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (HoTTParser, B)
- Implicit
- This member is added by an implicit conversion from HoTTParser toArrowAssoc[HoTTParser] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.