Quantcast
Channel: Dafny: An Automatic Program Verifier for Functional Correctness
Browsing all 1106 articles
Browse latest View live
↧

Source code checked in, #5c12152c2730

Fixed crashes in overrides checking of function decreases clauses, and improved the error message reported to users

View Article


Source code checked in, #34afc2f74731

added unit tests for exclusive refinement.

View Article


Source code checked in, #bfa72be55d80

Auto-merged heads.

View Article

Source code checked in, #a2f80c477ecd

[IronDafny] implemented workaround for "import opened" bug(s).

View Article

New 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 Article


Commented 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 Article

Edited 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 Article

Source code checked in, #876e8287ec96

[IronDafny] fix for ambiguous identifier error.

View Article


Source code checked in, #d8d4a23dd5c9

Add license text and Linux setup notes

View Article


Commented 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 Article

Source 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 Article

Source code checked in, #50ea1e4e359d

Merge

View Article

Source code checked in, #a036c0bc069e

Enable autoTriggers in LitTriggers and SeqFromArray

View Article


Source code checked in, #f4acba05a246

Clean up new trigger declarations in Translator.cs

View Article

Source code checked in, #157b539a0569

Clean up runTests after 2015/07/17 meeting

View Article


Source code checked in, #f912a7827da6

Add /autoTriggers to TriggerInPredicate's RUN specification

View Article

Source 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 Article


Source code checked in, #a188a6934113

Add missing .expect file + a small fix in runTests.py

View Article

Source code checked in, #fa6cd6f09a47

clarified error message that occurs when the "opened" keyword is left off of a module import.

View Article

Source code checked in, #541ddd4c9ae1

fix for apparent typo in Rewriter.cs

View Article
Browsing all 1106 articles
Browse latest View live