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

https://github.com/input-output-hk/iog-agda-prelude

Supplementary types and functions for the Agda prelude
https://github.com/input-output-hk/iog-agda-prelude

agda formal-methods

Last synced: 8 months ago
JSON representation

Supplementary types and functions for the Agda prelude

Awesome Lists containing this project

README

          

# IOG Agda Prelude

Supplementary Agda types and functions for use in IOG projects.

## Build

```bash
nix build
```

or

```bash
nix develop

agda src/Everything.agda
```