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.11.tar.gz
sha512=a19b9eb3710f89fbc26cae581d20f914530042993990bf203522aaa2e7bfcc07b5220050e703bd84981dfed376e76c700944074f58885d1b4fbd87f275e4f44f

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.11" & < "8.12~"

Dev Dependencies

None

Used by

None

Conflicts

None

Rocq

Interactive Theorem Prover