https://github.com/verse-lab/veil-usage-example
https://github.com/verse-lab/veil-usage-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/verse-lab/veil-usage-example
- Owner: verse-lab
- Created: 2025-02-06T05:19:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-19T07:28:24.000Z (4 months ago)
- Last Synced: 2025-02-19T08:27:29.546Z (4 months ago)
- Language: Lean
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# veil-usage-example
This repository is an example project that uses
[Veil](https://github.com/verse-lab/veil), a framework for automated
and interactive verification of transition systems embedded in Lean 4.## Using `veil`
To use `veil` in your project, add the following to your
`lakefile.lean`:```lean
require "verse-lab" / "veil" @ git "main"
```Or add the following to your `lakefile.toml`:
```toml
[[require]]
name = "veil"
git = "https://github.com/verse-lab/veil.git"
rev = "main"
```