package coq-tactician-stdlib

  1. Overview
  2. Homepage
Recompiles Coq's standard libary with Tactician's instrumentation loaded

Install

Dune Dependency

Authors

Maintainers

Sources

1.0-beta2-8.13.tar.gz
sha512=9756fca40c3373f731372eb8c9aed8fc9c819e95aef2b0f2043231b674d6a0e922ec65f45e001be5b3f60570a8f9a1a5abcbfd3e6ee4aace6de0282d2b1bda3a

Description

*** WARNING *** This package will overwrite Coq's standard library files.

This package recompiles Coq's standard library with Tactician's (coq-tactician) instrumentation loaded such that Tactician can learn from the library. When you install this package, the current .vo files of the standard library are backed in the folder user-contrib/Tactician/stdlib-backup. The new .vo files are equivalent to the originals, except that they also contain Tactician's tactic databases. After installation of this package, all other Coq developments that are installed will also need to be recompiled. The 'tactician recompile' command line utility can help with this. Upon removal of this package, the original files will be placed back.

Dependencies (2)

  1. coq-tactician
  2. coq >= "8.13" & < "8.14~"

Dev Dependencies

None

Used by

None

Conflicts

None

Rocq

Interactive Theorem Prover