package coq-tactician-stdlib
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=444674226211ad3a6e6a0aa60ebd756923ae0f65ea322afed1050a5bf53b7fb311c4a7447aa5f8b00082585ffd2cf01d6991ba40a36c752df9ba619f4eadfcd2
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.
Tags
keyword:tactic-learning keyword:machine-learning keyword:automation keyword:proof-synthesis category:Miscellaneous/Coq Extensions logpath:TacticianPublished: 19 Oct 2023
Dependencies (2)
- coq-tactician
-
coq
>= "8.16" & < "8.17~"
Dev Dependencies
None
Used by
None
Conflicts
None