package coq-libhyps

  1. Overview
  2. No Docs
Hypotheses manipulation library

Install

Dune Dependency

Authors

Maintainers

Sources

3.0.1.tar.gz
sha512=d29114cd6ed5a4c88283b7598a0720b693bf978c4e5c42d5451e1bf21e8bfdc7d9b0a274ef34b27f8ab97635240628a1349c175bd52fc3acedb993dd3e816548

Description

This library defines a set of tactics to manipulate hypothesis individually or by group. In particular it allows applying a tactic on each hypothesis of a goal, or only on new hypothesis after some tactic. Examples of manipulations: automatic renaming, subst, revert, or any tactic expecting a hypothesis name as argument.

It DOES NOT provide ANYMORE the especialize tactic to ease forward reasoning by instantianting one, several or all premisses of a hypothesis. Ths is due to coq's specialize being less permissive about evars. This may be fixed in the future.

Dependencies

None

Dev Dependencies (1)

  1. coq (>= "8.11" & < "8.21~") | (= "dev")

Used by (1)

  1. coq-hydra-battles >= "0.6"

Conflicts

None