An open API service indexing awesome lists of open source software.

https://github.com/verse-lab/veil-usage-example


https://github.com/verse-lab/veil-usage-example

Last synced: 2 months ago
JSON representation

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"
```