]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/eliminationTactics.mli
parameter sintax added to axiom statement
[helm.git] / helm / software / components / tactics / eliminationTactics.mli
index cf6589f9a5bb3c83c9d6d6d5f6718ff7e2332b8b..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) ->
- dbd:HMysql.dbd -> string -> ProofEngineTypes.tactic
+ unit -> ProofEngineTypes.tactic