Source code checked in, #5c12152c2730
Fixed crashes in overrides checking of function decreases clauses, and improved the error message reported to users
View ArticleSource code checked in, #a2f80c477ecd
[IronDafny] implemented workaround for "import opened" bug(s).
View ArticleNew Post: Higher-order functions in Dafny
I've seen a few references to Dafny supporting higher-order functions. What is the syntax for using higher-order functions in Dafny? And how do I specify properties of higher-order functions? Also,...
View ArticleCommented Unassigned: LitInt appears in triggers, causes verification...
LitInt sometimes interferes with natural uses of forall, such as "forall i :: P(i, 3)", making programs harder to verify.```predicate P(x:int, y:int)lemma L1(x:int, y:int) requires y == 2; requires...
View ArticleEdited Issue: LitInt appears in triggers, causes verification failures [76]
LitInt sometimes interferes with natural uses of forall, such as "forall i :: P(i, 3)", making programs harder to verify.```predicate P(x:int, y:int)lemma L1(x:int, y:int) requires y == 2; requires...
View ArticleCommented Unassigned: Licence should appear in source repository [87]
I’d like to package Dafny for Debian, but Debian folks are generally uncomfortable with packaging code that doesn’t have a licence burned into the repository.Fixing this is as simple as dropping a text...
View ArticleSource code checked in, #534da3b4dd30
Fixed bugs in the parsing of explicit type arguments. Fixed resolution bug where some type arguments were not checked to have been determined. Fixed resolution bugs where checking for...
View ArticleSource code checked in, #a036c0bc069e
Enable autoTriggers in LitTriggers and SeqFromArray
View ArticleSource code checked in, #f4acba05a246
Clean up new trigger declarations in Translator.cs
View ArticleSource code checked in, #f912a7827da6
Add /autoTriggers to TriggerInPredicate's RUN specification
View ArticleSource code checked in, #a1fc0604d6df
Merge my autoTriggers work into the master branch This contains trigger related things under the autoTriggers flag (disabled by default), and some bug-fixes and cleanups that are already enabled.
View ArticleSource code checked in, #a188a6934113
Add missing .expect file + a small fix in runTests.py
View ArticleSource code checked in, #fa6cd6f09a47
clarified error message that occurs when the "opened" keyword is left off of a module import.
View Article