Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imandra-ai/imandra-stdlib

Standard library for [Imandra](https://imandra.ai)
https://github.com/imandra-ai/imandra-stdlib

formal-methods imandra induction stdlib

Last synced: about 1 month ago
JSON representation

Standard library for [Imandra](https://imandra.ai)

Awesome Lists containing this project

README

        

# Standard library for [Imandra](https://imandra.ai)

This library contains source files for basic data structures and algorithms
formalized in Imandra.

## Install

```
opam pin add -k git imandra-stdlib https://github.com/AestheticIntegration/imandra-stdlib.git
```

or locally (requires `ocamlfind`):

```
make install
```

## Use

Assuming you have access to Imandra:

```ocaml
# #require "imandra-stdlib";;
```

it should load and parse the files of the stdlib. This will take some
time as theorems need to be re-proved.