package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.1.tar.gz
md5=0cfaa70f569be9494d24c829e6555d46
sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2

doc/ssreflect_plugin/Ssreflect_plugin/Ssripats/index.html

Module Ssreflect_plugin.SsripatsSource

Sourcetype ssriop =
  1. | IOpId of Names.Id.t
  2. | IOpDrop
  3. | IOpTemporay
  4. | IOpInaccessible of string option
  5. | IOpInaccessibleAll
  6. | IOpAbstractVars of Names.Id.t list
  7. | IOpFastNondep
  8. | IOpInj of ssriops list
  9. | IOpDispatchBlock of Ssrast.id_block
  10. | IOpDispatchBranches of ssriops list
  11. | IOpCaseBlock of Ssrast.id_block
  12. | IOpCaseBranches of ssriops list
  13. | IOpRewrite of Ssrast.ssrocc * Ssrast.ssrdir
  14. | IOpView of Ssrast.ssrclear option * Ssrast.ssrview
  15. | IOpClear of Ssrast.ssrclear * Ssrast.ssrhyp option
  16. | IOpSimpl of Ssrast.ssrsimpl
  17. | IOpEqGen of unit Proofview.tactic
  18. | IOpNoop
Sourceand ssriops = ssriop list
Sourceval tclCompileIPats : Ssrast.ssripats -> ssriops
Sourceval tclIPAT : ssriops -> unit Proofview.tactic
Sourceval tclIPATssr : Ssrast.ssripats -> unit Proofview.tactic
Sourceval ssrsmovetac : unit Proofview.tactic
Sourceval ssrselimtoptac : unit Proofview.tactic
Sourceval ssrscasetoptac : unit Proofview.tactic
Sourceval ssrabstract : Ssrast.ssrdgens -> unit Proofview.tactic
Sourcemodule Internal : sig ... end
OCaml

Innovation. Community. Security.