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.12.tar.gz
sha512=808c2bd7b3db78847787639af82c5ee575151e6c766fc56f5f17603ed58c096b320c2b618c02fd1c236b618c93f9d7ff05ef254e1603f2c6d9b5f105b1e60d67

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.12" & < "8.13~"

Dev Dependencies

None

Used by

None

Conflicts

None

Rocq

Interactive Theorem Prover