Files
why3/plugins/python
Andrei Paskevich 35c1b010d7 WhyML: allow "ghost" over arbitrary subpatterns
This lets us write "let ghost (x, y) = 0, 0"
instead of "let ghost x, ghost y = 0, 0".
2018-06-18 17:29:12 +02:00
..
2018-01-17 18:24:54 +01:00
2018-01-17 18:24:54 +01:00
2017-01-31 20:52:16 +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