Why3: where programs meet provers

  • Authors:
  • Jean-Christophe Filliâtre;Andrei Paskevich

  • Affiliations:
  • Lab. de Recherche en Informatique, Univ. Paris-Sud, CNRS, Orsay, France, INRIA Saclay --- Île-de-France, Orsay, France;Lab. de Recherche en Informatique, Univ. Paris-Sud, CNRS, Orsay, France, INRIA Saclay --- Île-de-France, Orsay, France

  • Venue:
  • ESOP'13 Proceedings of the 22nd European conference on Programming Languages and Systems
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present Why3, a tool for deductive program verification, and WhyML, its programming and specification language. WhyML is a first-order language with polymorphic types, pattern matching, and inductive predicates. Programs can make use of record types with mutable fields, type invariants, and ghost code. Verification conditions are discharged by Why3 with the help of various existing automated and interactive theorem provers. To keep verification conditions tractable and comprehensible, WhyML imposes a static control of aliases that obviates the use of a memory model. A user can write WhyML programs directly and get correct-by-construction OCaml programs via an automated extraction mechanism. WhyML is also used as an intermediate language for the verification of C, Java, or Ada programs. We demonstrate the benefits of Why3 and WhyML on non-trivial examples of program verification.