blob: be2b25edcae5253295093d0c1bde340a8601a308 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# VEIN: VErification via Interaction Nets
Requires my [fork of Inpla](https://github.com/eric-marin/inpla).
- Clone the fork
- **make** the executable
- Copy the **inpla** executable in **vein/**
[Soundness proof](./docs/proof.md)
## License
This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](LICENSE) file for details.
|