package coq-waterproof

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.1.1+8.17.tar.gz
md5=246900c584d34deb5a4ed74e74c3aeab
sha512=f5242890a140c6966bd76e1d487a8ca139c14874eb0c1a589f28b72773be24f11f07bb1b163153c5811330a28a91a94d508233dc19849baa671fada857f05a3b

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

OCaml

Innovation. Community. Security.