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

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

The newest version!
package gapt.expr.subst

import gapt.expr.ClosedUnderFOLSub
import gapt.expr.formula.fol.FOLExpression

trait ExprSubstitutable4 extends ExprSubstitutable3 {
  implicit val FOLExpressionClosedUnderFOLSub: ClosedUnderFOLSub[FOLExpression] =
    (sub, x) => applySub(sub, x).asInstanceOf[FOLExpression]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy