Packages

trait TypSolver extends (Typ[Term]) => Option[Term]

Linear Supertypes
(Typ[Term]) => Option[Term], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypSolver
  2. Function1
  3. AnyRef
  4. Any
Implicitly
  1. by UnliftOps
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val solve: (Typ[Term]) => Option[Term]

Concrete Value Members

  1. def andThen[A](g: (Option[Term]) => A): (Typ[Term]) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(typ: Typ[Term]): Option[Term]
    Definition Classes
    TypSolver → Function1
  3. def compose[A](g: (A) => Typ[Term]): (A) => Option[Term]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. val toJson: Value
  5. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  6. def unlift: PartialFunction[Typ[Term], Term]
    Implicit
    This member is added by an implicit conversion from TypSolver toUnliftOps[Typ[Term], Term] performed by method UnliftOps in scala.Function1.
    Definition Classes
    UnliftOps
  7. def ||(that: TypSolver): TypSolver