fix: missing !

This commit is contained in:
Leonardo de Moura 2019-12-19 10:27:49 -08:00
parent bdc9ea6fc6
commit 40576ac3dd

View file

@ -678,7 +678,7 @@ private partial def processAssignmentAux (mvar : Expr) (mvarDecl : MetavarDecl)
else do
cfg ← getConfig;
v ← instantiateMVars v; -- enforce A4
if cfg.foApprox && args.isEmpty && v.getAppFn == mvar then
if cfg.foApprox && !args.isEmpty && v.getAppFn == mvar then
-- using A6
processAssignmentFOApprox mvar args v
else do