suppressing-warnings-behaves-properly.dfy(10,9): Warning: /!\ No terms found to trigger on. suppressing-warnings-behaves-properly.dfy(11,9): Info: (Suppressed warning) No terms found to trigger on. suppressing-warnings-behaves-properly.dfy(12,9): Info: Not generating triggers for "n >= 0 || n < 0". Note that {:autotriggers false} can cause instabilities. Consider using {:nowarn}, {:matchingloop} (not great either), or a manual trigger instead. suppressing-warnings-behaves-properly.dfy(14,9): Info: Selected triggers: {f(n)} suppressing-warnings-behaves-properly.dfy(15,9): Warning: Selected triggers: {f(n)} /!\ There is no warning here to suppress. suppressing-warnings-behaves-properly.dfy(16,9): Info: Not generating triggers for "(n != 0) == f(n) || true". Note that {:autotriggers false} can cause instabilities. Consider using {:nowarn}, {:matchingloop} (not great either), or a manual trigger instead. suppressing-warnings-behaves-properly.dfy(18,9): Info: Selected triggers: {g(n)} Rejected triggers: {f(n)} (may loop with "f(n + 1)") suppressing-warnings-behaves-properly.dfy(19,9): Warning: Selected triggers: {f(n)} /!\ There is no warning here to suppress. suppressing-warnings-behaves-properly.dfy(20,9): Info: Not generating triggers for "(n != 0) == f(n) || true". Note that {:autotriggers false} can cause instabilities. Consider using {:nowarn}, {:matchingloop} (not great either), or a manual trigger instead. Dafny program verifier finished with 4 verified, 0 errors