All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gapt.expr.subst.ExprSubstitutable5.scala Maven / Gradle / Ivy

The newest version!
package gapt.expr.subst

import gapt.expr.formula.Atom
import gapt.expr.formula.fol.FOLAtom

trait ExprSubstitutable5 extends ExprSubstitutable4 {
  implicit val FOLAtomSubstitutable: Substitutable[Substitution, FOLAtom, Atom] =
    (sub, x) => applySub(sub, x).asInstanceOf[Atom]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy