package coq-waterproof

  1. Overview
  2. Docs
Coq proofs in a style that resembles non-mechanized mathematical proofs

Install

dune-project
 Dependency

Authors

Maintainers

Sources

3.0.0+8.20.tar.gz
md5=2e3f1ff03321f487b6fbe4a3cfbd3fd5
sha512=a250247ad200b05ee355096526c68eb0ce19622e5c1e9eb15db4f3a522de1ae946cae2b14644d4e124ca13954e89f655dab8d73c7d4f1e8b8206989e2acd64fd

doc/coq-waterproof.plugin/Waterproof/Proofutils/TypedTactics/index.html

Module Proofutils.TypedTacticsSource

Generalization of tactics defined in coq-core for Mergeable-typed tactics

Parameters

module M : Mergeable

Signature

Sourceval typedThen : M.elt Proofview.tactic -> M.elt Proofview.tactic -> M.elt Proofview.tactic

Merge of tactics' returned elements

Sourceval typedLongThen : M.elt Proofview.tactic list -> M.elt Proofview.tactic

Same as typedThen with a list of tactics

Sourceval typedGoalEnter : (Proofview.Goal.t -> M.elt Proofview.tactic) -> M.elt Proofview.tactic

Generalization of Proofview.Goal.enter

Sourceval typedIndependant : M.elt Proofview.tactic -> M.elt Proofview.tactic

Generalisation of Proofview.tclINDEPENDENT