]> 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 379166ac03068c4311df69ea643f0854628c6c68..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 option) list) ->
- ?what:string -> dbd:HMysql.dbd -> ProofEngineTypes.tactic
+ unit -> ProofEngineTypes.tactic