Packages

class HoTTPost extends AnyRef

Self Type
HoTTPost
Annotations
@deprecated
Deprecated

(Since version soon) migrating to HoTTPostWeb

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HoTTPost
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HoTTPost()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from HoTTPost toany2stringadd[HoTTPost] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (HoTTPost, B)
    Implicit
    This member is added by an implicit conversion from HoTTPost toArrowAssoc[HoTTPost] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addEqns(eqs: Set[EquationNode]): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val chompBuffer: PostBuffer[ChompResult, ID]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def ensuring(cond: (HoTTPost) => Boolean, msg: => Any): HoTTPost
    Implicit
    This member is added by an implicit conversion from HoTTPost toEnsuring[HoTTPost] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (HoTTPost) => Boolean): HoTTPost
    Implicit
    This member is added by an implicit conversion from HoTTPost toEnsuring[HoTTPost] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): HoTTPost
    Implicit
    This member is added by an implicit conversion from HoTTPost toEnsuring[HoTTPost] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): HoTTPost
    Implicit
    This member is added by an implicit conversion from HoTTPost toEnsuring[HoTTPost] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val eqnNodeBuff: PostBuffer[Set[EquationNode], ID]
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. var equationNodes: Set[EquationNode]
  18. def equations: Set[Equation]
  19. val errorBuffer: PostBuffer[Throwable, ID]
  20. val expEvalBuff: PostBuffer[ExpressionEquationSolver, ID]
  21. val finalStateBuff: PostBuffer[FinalState, ID]
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from HoTTPost toStringFormat[HoTTPost] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. val genEqnBuff: PostBuffer[GeneratedEquationNodes, ID]
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val global: CounterGlobalID
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val hnilBuffer: PostBuffer[HNil, ID]
  28. val initStateBuff: PostBuffer[InitState, ID]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val isleNormEqnBuff: PostBuffer[IsleNormalizedEquationNodes, ID]
  31. val lemmaBuffer: PostBuffer[Lemmas, ID]
  32. val lpBuff: PostBuffer[LocalProver, ID]
  33. val lptBuff: PostBuffer[LocalTangentProver, ID]
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. val representationBuffer: PostBuffer[Map[Variable[_], Vector[Double]], ID]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. val termResultBuffer: PostBuffer[TermResult, ID]
  40. def terms: Set[Term]
  41. val tgBuff: PostBuffer[TermGenParams, ID]
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. val tunedLpBuff: PostBuffer[TunedLocalProver, ID]
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. lazy val webBuffers: Vector[WebBuffer[_, ID]]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (HoTTPost, B)
    Implicit
    This member is added by an implicit conversion from HoTTPost toArrowAssoc[HoTTPost] 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.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromHoTTPost to any2stringadd[HoTTPost]

Inherited by implicit conversion StringFormat fromHoTTPost to StringFormat[HoTTPost]

Inherited by implicit conversion Ensuring fromHoTTPost to Ensuring[HoTTPost]

Inherited by implicit conversion ArrowAssoc fromHoTTPost to ArrowAssoc[HoTTPost]

Ungrouped