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.2.0+8.17.tar.gz
md5=cd4867e94e20eba727bd6deea06130cd
sha512=1205227101bb30f3e8c4ec05217920dcda1e3631ecd0428f2ac820c9a2811f91526d68623aaf01dd9aa1e81e8adfc083af01152d7f7a6e48894caa829bc3f440

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.