object ConstructorSeqMap
- Alphabetic
- By Inheritance
- ConstructorSeqMap
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class Cons[C <: Term with Subs[C], H <: Term with Subs[H], Cod <: Term with Subs[Cod], RD <: Term with Subs[RD], ID <: Term with Subs[ID], TR <: Term with Subs[TR], TI <: Term with Subs[TI], TIntros <: HList](cons: C, pattern: ConstructorPatternMap[Cod, C, H, RD, ID], tail: ConstructorSeqMap[Cod, H, TR, TI, TIntros]) extends ConstructorSeqMap[Cod, H, Func[RD, TR], Func[ID, TI], ::[C, TIntros]] with Product with Serializable
prepending an introduction rule to ConstructorSeqMap
prepending an introduction rule to ConstructorSeqMap
- cons
the introduction rule
- pattern
the mapped version of the introduction rule for the given codomain
- tail
the tail ConstructorSeqMap
- case class ConsIndException[C <: Term with Subs[C], H <: Term with Subs[H], Cod <: Term with Subs[Cod], RD <: Term with Subs[RD], ID <: Term with Subs[ID], TR <: Term with Subs[TR], TI <: Term with Subs[TI], TIntros <: HList](cons: Cons[C, H, Cod, RD, ID, TR, TI, TIntros], fibre: Func[H, Typ[Cod]], error: Throwable) extends Exception with Product with Serializable
- case class Empty[C <: Term with Subs[C], H <: Term with Subs[H]](W: Typ[H]) extends ConstructorSeqMap[C, H, Func[H, C], FuncLike[H, C], HNil] with Product with Serializable
ConstructorSeqMap for an empty sequence of introduction rules
- case class InducDataSym[C <: Term with Subs[C]](cons: C) extends AnySym with Product with Serializable
formal symbol for definition data for an induction symbol
- case class RecDataSym[C <: Term with Subs[C]](cons: C) extends AnySym with Product with Serializable
formal symbol for definition data for a recursion function
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated