sealed trait TermList[A] extends Subst[A]
allows substitution of a Term
by another, as well as mapping to a vector of terms
chiefly subtypes of Term
and HList
s of these;
- Alphabetic
- By Inheritance
- TermList
- Subst
- AnyRef
- Any
- by TermListOp
- by SubstOp
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
Shadowed Implicit Value Members
- def subst(x: Term, y: Term): TermList[A]
- Implicit
- This member is added by an implicit conversion from TermList[A] toTermList.TermListOp[TermList[A]] performed by method TermListOp in provingground.TermListImplicits.This conversion will take place only if an implicit value of type TermList[TermList[A]] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(termList: TermList.TermListOp[TermList[A]]).subst(x, y)
- Definition Classes
- SubstOp
- def subst(x: Term, y: Term): TermList[A]
- Implicit
- This member is added by an implicit conversion from TermList[A] toTermList.SubstOp[TermList[A]] performed by method SubstOp in provingground.SubstImplicits.This conversion will take place only if an implicit value of type Subst[TermList[A]] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(termList: TermList.SubstOp[TermList[A]]).subst(x, y)
- Definition Classes
- SubstOp
- def terms: Vector[Term]
- Implicit
- This member is added by an implicit conversion from TermList[A] toTermList.TermListOp[TermList[A]] performed by method TermListOp in provingground.TermListImplicits.This conversion will take place only if an implicit value of type TermList[TermList[A]] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(termList: TermList.TermListOp[TermList[A]]).terms
- Definition Classes
- TermListOp
- def ~->:(x: Term): Lambda[Term, TermList[A]]
- Implicit
- This member is added by an implicit conversion from TermList[A] toTermList.TermListOp[TermList[A]] performed by method TermListOp in provingground.TermListImplicits.This conversion will take place only if an implicit value of type TermList[TermList[A]] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(termList: TermList.TermListOp[TermList[A]]).~->:(x)
- Definition Classes
- SubstOp
- def ~->:(x: Term): Lambda[Term, TermList[A]]
- Implicit
- This member is added by an implicit conversion from TermList[A] toTermList.SubstOp[TermList[A]] performed by method SubstOp in provingground.SubstImplicits.This conversion will take place only if an implicit value of type Subst[TermList[A]] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(termList: TermList.SubstOp[TermList[A]]).~->:(x)
- Definition Classes
- SubstOp