Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 529 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 529 Bytes

Standard library for Imandra

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:

# #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.