]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/tactics.mli
Demodulate used to be a reduction_kind and it used to take a ~pattern.
[helm.git] / helm / software / components / tactics / tactics.mli
index 73d864e1dd7cbbc02e6b2c74ea672b76ea9e9004..d8a3959bffea0e0c538c20bd3b2b4c092b18e6a3 100644 (file)
@@ -19,9 +19,7 @@ val decompose :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
   ?user_types:(UriManager.uri * int) list ->
   ?what:string -> dbd:HMysql.dbd -> ProofEngineTypes.tactic
-val demodulate :
-  dbd:HMysql.dbd ->
-  pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
+val demodulate : dbd:HMysql.dbd -> ProofEngineTypes.tactic
 val discriminate : term:Cic.term -> ProofEngineTypes.tactic
 val elim_intros :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->