package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50

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.