case class IdW[H <: Term with Subs[H]]() extends ConstructorPattern[Term, H, H] with Product with Serializable
The constructor pattern W - the only valid head for constructor-patterns.
- Alphabetic
- By Inheritance
- IdW
- Serializable
- Product
- Equals
- ConstructorPattern
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IdW()
Type Members
- type ConstructorType = H
- Definition Classes
- ConstructorPattern
- type DomainType = H
- Definition Classes
- ConstructorPattern
- type InducDataType = Term
(scala) type of data for recursion corresponding to the single constructor
(scala) type of data for recursion corresponding to the single constructor
- Definition Classes
- IdW → ConstructorPattern
- type RecDataType = Term
(scala) type of data for recursion corresponding to the single constructor
(scala) type of data for recursion corresponding to the single constructor
- Definition Classes
- IdW → ConstructorPattern
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def -->:(that: IdW[_]): FuncPtn[Term, H, H, H]
- Definition Classes
- ConstructorPattern
- def -->:[F <: Term with Subs[F]](that: IterFuncPtn[H, Term, F]): FuncPtn[Term, F, H, H]
function pattern.
function pattern.
- Definition Classes
- ConstructorPattern
- def ->[B](y: B): (IdW[H], B)
- def ->:[T <: Term with Subs[T]](tail: Typ[T]): CnstFncPtn[T, Term, H, H]
- Definition Classes
- ConstructorPattern
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(W: Typ[H]): Typ[H]
returns HoTT type corresponding to the pattern given the (inductive) type W (to be the head).
returns HoTT type corresponding to the pattern given the (inductive) type W (to be the head).
- Definition Classes
- IdW → ConstructorPattern
- 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()
- def cons(tp: => Typ[H]): Constructor.ConstructorType
- Definition Classes
- ConstructorPattern
- def cons(tp: => Typ[H], name: AnySym): H
- Definition Classes
- ConstructorPattern
- def constructor(tp: => Typ[H], name: AnySym): ConstructorDefn[ConstructorType, Term, H]
constructor for this pattern given inductive type and name.
constructor for this pattern given inductive type and name.
- Definition Classes
- ConstructorPattern
- def ensuring(cond: (IdW[H]) => Boolean, msg: => Any): IdW[H]
- def ensuring(cond: (IdW[H]) => Boolean): IdW[H]
- def ensuring(cond: Boolean, msg: => Any): IdW[H]
- def ensuring(cond: Boolean): IdW[H]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def inducDataTyp(w: Typ[H], xs: Func[H, Typ[Term]])(cons: ConstructorType): Typ[InducDataType]
domain containing the induction data for the constructor, i.e., the HoTT type of the induction data.
domain containing the induction data for the constructor, i.e., the HoTT type of the induction data.
- Definition Classes
- IdW → ConstructorPattern
- def inducDefCase(cons: ConstructorType, data: InducDataType, f: => FuncLike[H, Term]): (Term) => Option[Term]
given a term, matches to see if this is the image of a given (quasi)-constructor, with
this
constructor pattern.given a term, matches to see if this is the image of a given (quasi)-constructor, with
this
constructor pattern. optionally returns simplification (if the term matches).- cons
constructor, actually quasi-constructor, with which to match.
- data
definition data for the image of the constructor.
- f
the function being defined inductively, to be used recursively in definition.
- Definition Classes
- IdW → ConstructorPattern
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newconstructor(tp: Typ[H]): Constructor[Term, H]
constructor for this pattern given inductive type, with a name symbol generated.
constructor for this pattern given inductive type, with a name symbol generated.
- Definition Classes
- ConstructorPattern
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def recDataTyp(w: Typ[H], x: Typ[Term]): Typ[Term]
domain containing the recursion data for the constructor, i.e., the HoTT type of recursion data.
domain containing the recursion data for the constructor, i.e., the HoTT type of recursion data.
- Definition Classes
- IdW → ConstructorPattern
- def recDefCase(cons: ConstructorType, data: RecDataType, f: => Func[H, Term]): (H) => Option[Term]
given a term, matches to see if this is the image of a given (quasi)-constructor, with
this
constructor pattern.given a term, matches to see if this is the image of a given (quasi)-constructor, with
this
constructor pattern. optionally returns simplification (if the term matches), determined by the recursion data.- cons
constructor, actually quasi-constructor, with which to match.
- data
definition data for the image of the constructor.
- f
the function being defined recursively, to be used recursively in definition.
- Definition Classes
- IdW → ConstructorPattern
- def subs(x: Term, y: Term): IdW[H]
- Definition Classes
- IdW → ConstructorPattern
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val univLevel: Int
- Definition Classes
- IdW → ConstructorPattern
- 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])
- def withCod[CC <: Term with Subs[CC]](w: Typ[H]): IdTarg[CC, H]
changes codomain and propagates changes to other types.
changes codomain and propagates changes to other types.
- Definition Classes
- IdW → ConstructorPattern
- def ~>:[T <: Term with Subs[T]](tailVar: T): CnstDepFuncPtn[T, (<refinement>.this)#RecDataType, (<refinement>.this)#InducDataType, Term, H, H]
- Definition Classes
- ConstructorPattern
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (IdW[H], B)
- Implicit
- This member is added by an implicit conversion from IdW[H] toArrowAssoc[IdW[H]] 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.