Closed JakeEhrlich closed 9 years ago
folMatch (ub $ \x -> phi1 1 (liftToScheme x)) (ub $ \x -> ub $ \y -> rel "R" (liftToScheme x) (liftToScheme y))
produces a substitution in which both are bound variables are substituted.
Fixed in latest commit: https://github.com/gleachkr/Carnap/commit/27ee5fba766868698383ee6c277e67898100929b
produces a substitution in which both are bound variables are substituted.