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.18.tar.gz
md5=a7d2922fb4ed7f0b8fe38074319890fe
sha512=3c511d066ba324cf19fc5620ae89ad09796f3a04576012739783100487dd8d50214edab9bdfc85d581d6538e601511f4563b90ad1dc3041e60a9702f4875e31d

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.