package coq-tactician-dummy

  1. Overview
  2. Homepage
A dummy implementation of Tactician

Install

Dune Dependency

Authors

Maintainers

Sources

1.0-beta2-8.17.tar.gz
sha512=301266149d28b93bb8a747e170b6bdf5bca47ae5b21e9f31d652916c35d749f651ea2b472079db40e02d90a1b1e8137c3e956f9922f9d421a4751f20f0f5e364

Description

This package acts as a stand-in for the Tactician plugin (coq-tactician). It provides short files that replicate Tactician's tactics without actually doing much. This is useful when you have a development that uses Tactician that you want to package up. In most situations, it is not a good idea to have your package directly depend on coq-tactician. Instead you should load Tactician through your coqrc file. In order for your package to be compilable by others, your package can depend on this package. Just add From Tactician Require Import Ltac1Dummy in your development and you are good to go.

Dependencies (2)

  1. dune >= "3.13"
  2. coq-core

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. coq-tactician >= "1.0~beta2.1+8.17"

Conflicts

None

Rocq

Interactive Theorem Prover