package coq-libhyps

  1. Overview
  2. Doc
Hypotheses manipulation library

Install

Dune Dependency

Authors

Maintainers

Sources

3.0.2.tar.gz
sha512=f1ef69c3fbbc5ff71fa27ac14385c1d74db0532e2596030f94bee1b5852107856ae0571fe5654d5c2b016ce4c0f030e6589d32a2033ec9ae7cc3e64310c17d41

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 (2)

  1. coq (>= "8.11" & <= "8.20~")
  2. ocaml >= "4.14"

Dev Dependencies

None

Used by (1)

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

Conflicts

None

Rocq

Interactive Theorem Prover