case class FuncConsShape[HS <: HList, H <: Term with Subs[H], HC <: Term with Subs[HC], F <: Term with Subs[F]](tail: IterFuncShape[H, F], head: ConstructorShape[HS, H, HC]) extends ConstructorShape[::[FuncConsShape.type, HS], H, Func[F, HC]] with Product with Serializable
ConstructorShape corresponding to an introduction rule of the form
(.. -> W) -> head
- Alphabetic
- By Inheritance
- FuncConsShape
- Serializable
- Product
- Equals
- ConstructorShape
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FuncConsShape(tail: IterFuncShape[H, F], head: ConstructorShape[HS, H, HC])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from FuncConsShape[HS, H, HC, F] toany2stringadd[FuncConsShape[HS, H, HC, F]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def -->:(that: IdShape.type): FuncConsShape[::[FuncConsShape.type, HS], H, Func[F, HC], H]
returns shape
that -> this' where
thatmust be the shape for inductive type
Wreturns shape
that -> this' where
thatmust be the shape for inductive type
W- Definition Classes
- ConstructorShape
- def -->:[F <: Term with Subs[F]](that: IterFuncShape[H, F]): FuncConsShape[::[FuncConsShape.type, HS], H, Func[F, HC], F]
returns shape
that -> this' where
thatis of the form
W,
A -> Wetc; invoking this is an error if we
thatis independent of
Wreturns shape
that -> this' where
thatis of the form
W,
A -> Wetc; invoking this is an error if we
thatis independent of
W- Definition Classes
- ConstructorShape
- def ->[B](y: B): (FuncConsShape[HS, H, HC, F], B)
- Implicit
- This member is added by an implicit conversion from FuncConsShape[HS, H, HC, F] toArrowAssoc[FuncConsShape[HS, H, HC, F]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def ->:[T <: Term with Subs[T]](tail: Typ[T]): CnstFuncConsShape[::[FuncConsShape.type, HS], H, Func[F, HC], T, Nothing]
returns shape
tail ->: this
where tail must be independent of the inductive typeW
being defined.returns shape
tail ->: this
where tail must be independent of the inductive typeW
being defined.- Definition Classes
- ConstructorShape
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(tp: Typ[H]): FuncTyp[F, HC]
returns HoTT type of the introduction rule given the (inductive) type W (to be the head).
returns HoTT type of the introduction rule given the (inductive) type W (to be the head).
- Definition Classes
- FuncConsShape → ConstructorShape
- 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 ensuring(cond: (FuncConsShape[HS, H, HC, F]) => Boolean, msg: => Any): FuncConsShape[HS, H, HC, F]
- Implicit
- This member is added by an implicit conversion from FuncConsShape[HS, H, HC, F] toEnsuring[FuncConsShape[HS, H, HC, F]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (FuncConsShape[HS, H, HC, F]) => Boolean): FuncConsShape[HS, H, HC, F]
- Implicit
- This member is added by an implicit conversion from FuncConsShape[HS, H, HC, F] toEnsuring[FuncConsShape[HS, H, HC, F]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): FuncConsShape[HS, H, HC, F]
- Implicit
- This member is added by an implicit conversion from FuncConsShape[HS, H, HC, F] toEnsuring[FuncConsShape[HS, H, HC, F]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): FuncConsShape[HS, H, HC, F]
- Implicit
- This member is added by an implicit conversion from FuncConsShape[HS, H, HC, F] toEnsuring[FuncConsShape[HS, H, HC, F]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from FuncConsShape[HS, H, HC, F] toStringFormat[FuncConsShape[HS, H, HC, F]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val head: ConstructorShape[HS, H, HC]
- val introArgs: Int
- Definition Classes
- FuncConsShape → ConstructorShape
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lift[Cod <: Term with Subs[Cod], RecDataType <: Term with Subs[RecDataType], InducDataType <: Term with Subs[InducDataType]](implicit mp: ConstructorPatternMapper[::[FuncConsShape.type, HS], Cod, Func[F, HC], H, RecDataType, InducDataType]): ConstructorPatternMap[Cod, Func[F, HC], H, RecDataType, InducDataType]
lift to ConstructorPatternMap using an implicit ConstructorPatternMapper, which could from the mapper method.
lift to ConstructorPatternMap using an implicit ConstructorPatternMapper, which could from the mapper method.
- Definition Classes
- ConstructorShape
- def mapped[Cod <: Term with Subs[Cod]]: ConstructorPatternMap[Cod, Func[F, HC], H, RecDataType, InducDataType] forSome {type RecDataType <: Term with Subs[RecDataType], type InducDataType <: Term with Subs[InducDataType]}
lift to ConstructorPatternMap using the result of the mapper method.
lift to ConstructorPatternMap using the result of the mapper method.
- Definition Classes
- ConstructorShape
- def mapper[C <: Term with Subs[C]]: ConstructorPatternMapper[::[FuncConsShape.type, HS], C, Func[F, HC], H, RecDataType, InducDataType] forSome {type RecDataType <: Term with Subs[RecDataType], type InducDataType <: Term with Subs[InducDataType]}
helper to give ConstructorPatternMap when scala type of codomain is specified.
helper to give ConstructorPatternMap when scala type of codomain is specified.
- Definition Classes
- FuncConsShape → ConstructorShape
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- def subs(x: Term, y: Term): FuncConsShape[HS, H, HC, F]
- Definition Classes
- FuncConsShape → ConstructorShape
- def symbcons(name: AnySym, tp: Typ[H]): ConstructorShape.symbcons._1.type.Obj with Subs[ConstructorShape.symbcons._1.type.Obj] forSome {val _1: Typ[Func[F, HC]]}
returns term giving introduction rule given inductive type and name
returns term giving introduction rule given inductive type and name
- Definition Classes
- ConstructorShape
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tail: IterFuncShape[H, F]
- 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 ~>:[T <: Term with Subs[T]](tailVar: T): CnstDepFuncConsShape[::[FuncConsShape.type, HS], H, Func[F, HC], T, Nothing]
returns dependent shape
tail ~>: this
where tail must be independent of the inductive typeW
being defined.returns dependent shape
tail ~>: this
where tail must be independent of the inductive typeW
being defined.- Definition Classes
- ConstructorShape
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (FuncConsShape[HS, H, HC, F], B)
- Implicit
- This member is added by an implicit conversion from FuncConsShape[HS, H, HC, F] toArrowAssoc[FuncConsShape[HS, H, HC, F]] 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.