Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.04 KB

Compact data structures in Coq

A tentative formalization of compact data structures following [1]

[1] Gonzalo Navarro, Compact Data Structures---A Practical Approach, Cambridge University Press, 2016

Files

Compilation

  1. coq_makefile -f _CoqProject -o Makefile
  2. make

Requirements

  • Coq 8.9.1
  • MathComp 1.9.0

Accompanying material