]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/proofEngineStructuralRules.mli
Declarative language ported to new auto (with Universes).
[helm.git] / components / tactics / proofEngineStructuralRules.mli
index 91ebfecfb4ba94a682967d26f77e928edf30552d..7eb8fcc6b8c9190bf866eb1ee23e760513eb20cc 100644 (file)
@@ -24,7 +24,7 @@
  *)
 
 val clearbody: hyp:string -> ProofEngineTypes.tactic
-val clear: hyp:string -> ProofEngineTypes.tactic
+val clear: hyps:string list -> ProofEngineTypes.tactic
 
 (* Warning: this tactic has no effect on the proof term.
    It just changes the name of an hypothesis in the current sequent *)