package coq-libhyps

  1. Overview
  2. No Docs
Hypotheses manipulation library

Install

Dune Dependency

Authors

Maintainers

Sources

libhyps-2.0.2.tar.gz
sha256=be2bdbc07f9bf6c39621b04a641434d6ec08b7bca0590f2c683dcdf2dd3be2a8

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 also provides the especialize tactic to ease forward reasoning by instantianting one, several or all premisses of a hypothesis.

Dependencies

None

Dev Dependencies (1)

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

Used by (1)

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

Conflicts

None