case class AppendIndDef(init: Context, defn: ExstInducStrucs) extends Context with Product with Serializable
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppendIndDef
- Serializable
- Product
- Equals
- Context
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AppendIndDef(init: Context, defn: ExstInducStrucs)
Value Members
- def ++(that: Context): Context
- Definition Classes
- Context
- def addConstant[U <: Term with Subs[U]](const: U): AppendConstant[U]
- Definition Classes
- Context
- def addVariable[U <: Term with Subs[U]](variable: U): AppendVariable[U]
- Definition Classes
- Context
- def apply(kvs: (String, Term)*): Context
- Definition Classes
- Context
- def assert(tp: Typ[Term]): AppendTerm[Typ[Term]]
- Definition Classes
- Context
- def assume(tp: Typ[Term], text: String = "assumption"): AppendConstant[Term]
- Definition Classes
- Context
- def consider(ts: Term*): Context
- Definition Classes
- Context
- val constants: Vector[Term]
- Definition Classes
- AppendIndDef → Context
- def define[U <: Term with Subs[U]](name: Term, value: U): AppendDefn[U]
- Definition Classes
- Context
- def defineInduc(ind: ExstInducStrucs): AppendIndDef
- Definition Classes
- Context
- def defineSym[U <: Term with Subs[U]](name: AnySym, value: U): AppendDefn[U]
- Definition Classes
- Context
- val definitions: Vector[Defn[Term]]
- Definition Classes
- AppendIndDef → Context
- val defn: ExstInducStrucs
- def export(t: Term): Term
- Definition Classes
- AppendIndDef → Context
- def exportStrict(t: Term): Term
- Definition Classes
- AppendIndDef → Context
- def exportTyp(t: Typ[Term]): Typ[Term]
- Definition Classes
- AppendIndDef → Context
- def exportTypStrict(typ: Typ[Term]): Typ[Term]
- Definition Classes
- AppendIndDef → Context
- val exportVariables: Vector[Term]
- Definition Classes
- AppendIndDef → Context
- def given[U <: Term with Subs[U]](v: Term): Context
- Definition Classes
- Context
- def importOpt(t: Term): Option[Term]
- Definition Classes
- AppendIndDef → Context
- def importTypOpt(t: Typ[Term]): Option[Typ[Term]]
- Definition Classes
- AppendIndDef → Context
- lazy val inducStruct: ExstInducStrucs
- Definition Classes
- Context
- val inductiveDefns: Vector[ExstInducStrucs]
- Definition Classes
- AppendIndDef → Context
- val init: Context
- def introduce[U <: Term with Subs[U]](t: U, role: Role = Consider): AppendTerm[U]
- Definition Classes
- Context
- def let[U <: Term with Subs[U]](name: Term, value: U): AppendDefn[U]
- Definition Classes
- Context
- lazy val namedTerms: Map[String, Term]
- Definition Classes
- Context
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val statements: Vector[String]
- Definition Classes
- AppendIndDef → Context
- def subs(x: Term, y: Term): AppendIndDef
- Definition Classes
- AppendIndDef → Context
- val terms: Vector[Term]
- Definition Classes
- AppendIndDef → Context
- def toString(): String
- Definition Classes
- Context → AnyRef → Any
- val valueOpt: Option[Term]
- Definition Classes
- AppendIndDef → Context
- val variables: Vector[Term]
- Definition Classes
- AppendIndDef → Context