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.15.tar.gz
sha512=0add94573cfb435a4e0f7bb87a472e220416197bc8375ebf0b0c92d7d8f8adc57f034d4ddafd443516db4930bea54fc3d3f4b7bd1e4e7249a90dfb47de6da085

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.15" & < "8.16~"

Dev Dependencies

None

Used by

None

Conflicts

None

Rocq

Interactive Theorem Prover