package coq-libhyps

  1. Overview
  2. Doc
Hypotheses manipulation library

Install

Dune Dependency

Authors

Maintainers

Sources

libhyps-2.0.8.tar.gz
sha512=5d9799d2284101b5fc61ae3239f08f7e92418369bf0ed6a326261eb8e129470cbcbb4bba50fbf4d1a1a350a279cc50b45590be4635f083e4a4d6875ef7c3bf8f

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

Rocq

Interactive Theorem Prover