You've already forked Compile_And_Prove_Demo
mirror of
https://github.com/AdaCore/Compile_And_Prove_Demo.git
synced 2026-02-12 12:45:02 -08:00
7 lines
310 B
YAML
7 lines
310 B
YAML
name: Strings
|
|
description: >
|
|
This shows basic use of arrays and strings in SPARK, with a rich postcondition
|
|
quantifying over the content of strings, and a loop invariant stating the same
|
|
property during loop iteration. In the initial version, the example cannot
|
|
be proved due to a subtle off-by-one error.
|