SubstitutionFromMap

gapt.expr.SubstitutionFromMap
trait SubstitutionFromMap[S <: Substitution, V, T]

Trait that captures the creation of a substitution from a map of variables to terms

Attributes

Source
Extensions.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def createFromMap(map: Map[V, T]): S

Attributes

Source
Extensions.scala