]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_procedural/proceduralTypes.mli
- Procedural: now we generate the exact tactic (in place of some apply tactics) and...
[helm.git] / helm / software / components / acic_procedural / proceduralTypes.mli
index aa6ad3aa58ffa9fbe4ee3e57ccc01b2d3efbe07b..13161daadd37c84211582c0f92b5cd43a498daf1 100644 (file)
@@ -53,6 +53,7 @@ type step = Note of note
           | Statement of flavour * name * what * body * note
           | Qed of note
          | Id of note
+         | Exact of what * note          
          | Intros of count option * name list * note
          | Cut of name * what * note
          | LetIn of name * what * note