Files
why3/plugins/python
Jean-Christophe Filliatre bd52075c22 ascii art
2017-01-31 22:25:59 +01:00
..
2017-01-31 22:25:59 +01:00
2017-01-31 22:23:15 +01:00
2017-01-31 22:23:15 +01:00
2017-01-31 22:23:15 +01:00
2017-01-31 22:23:15 +01:00
2017-01-31 20:52:16 +01:00
2017-01-31 22:23:15 +01:00

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