Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 427 Bytes

implementation.rst

File metadata and controls

13 lines (9 loc) · 427 Bytes

Implementation choices

  • Back-tracking in interactive proofs is implemented using the “timed” references of the Timed library.
  • Bindings in terms are implemented using the Bindlib library.
  • Parsing uses the Menhir library.