package coq-smpl

  1. Overview
  2. No Docs

Description

Smpl is useful for proof automation in Coq. Smpl provides named lists of tactics to which tactics can be added with Coq commands. A special tactic called 'smpl foo' executes the tactics in the lists named foo in order, until one of them succeeds. Smpl works across modules by merging tactics from all imports according to a priority number that can be provided upon addition. Smpl thus allows to modify the behavior of a tactic after it is defined in a convenient and modular way.

Published: 20 Oct 2024

Dependencies (2)

  1. coq >= "8.20" & < "8.21~"
  2. ocaml

Dev Dependencies

None

Used by (1)

  1. coq-library-undecidability = "1.0.1+8.16"

Conflicts

None