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: 23 days ago
JSON representation
Standard library for [Imandra](https://imandra.ai)
- Host: GitHub
- URL: https://github.com/imandra-ai/imandra-stdlib
- Owner: imandra-ai
- Created: 2018-06-01T22:22:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T17:23:46.000Z (over 1 year ago)
- Last Synced: 2025-10-24T09:59:18.571Z (23 days ago)
- Topics: formal-methods, imandra, induction, stdlib
- Language: Makefile
- Size: 64.5 KB
- Stars: 5
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.