Packages

sealed trait TermIndMod extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermIndMod
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def getRecOpt(argsFmlyTerm: Option[Vector[Term]]): Option[Term]
  2. abstract def getRecTry(argsFmlyTerm: Try[Vector[Term]]): Try[Term]
  3. abstract val intros: Vector[Term]
  4. abstract val isPropn: Boolean
  5. abstract val name: Name
  6. abstract val numParams: Int
  7. abstract val typF: Term

Concrete Value Members

  1. def interleaveData(v: Vector[Term]): Vector[Term]
  2. def introsFold(p: Vector[Term]): Vector[Term]
  3. val recName: Str