]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/eliminationTactics.mli
- matitaEngine: some commands like "coercion" must not be executed when mma's are...
[helm.git] / helm / software / components / tactics / eliminationTactics.mli
index 45fbed6e851342c19f08b7f0cbe4cb115f1c9c6a..b203bee22947c7aa94e6ca376295a1f61f41f187 100644 (file)
@@ -28,6 +28,6 @@ val elim_type_tac:
   ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic
 
 val decompose_tac:
+ ?sorts:string list ->
  ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
- ?user_types:((UriManager.uri * int) list) ->
- ?what:string -> dbd:HMysql.dbd -> ProofEngineTypes.tactic
+ unit -> ProofEngineTypes.tactic