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.0+8.17.tar.gz
md5=3b6a903bec36a3ea30b3a9ca32a71813
sha512=3d50ded6597b19c73a2fb7a4908ef33d7b38894879a655e158adbf3818e6dab657bffd11929c0f9a9b4f9fac87ef89995ff14fe51f3b72337a9847681d3c6c94

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.