mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
7 lines
253 B
Plaintext
7 lines
253 B
Plaintext
A plugin to verify programs written in a (microscopic) fragment of Python.
|
|
|
|
Limitations wrt Python:
|
|
- types are limited to integers and lists of integers
|
|
- a list is not resizable (i.e. it is a mere array)
|
|
- a function must return an integer or nothing
|