]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/eliminationTactics.mli
- decompose tactic: decomposable constants are now allowed (they are unfolded)
[helm.git] / helm / software / components / tactics / eliminationTactics.mli
index 45fbed6e851342c19f08b7f0cbe4cb115f1c9c6a..379166ac03068c4311df69ea643f0854628c6c68 100644 (file)
@@ -29,5 +29,5 @@ val elim_type_tac:
 
 val decompose_tac:
  ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
- ?user_types:((UriManager.uri * int) list) ->
+ ?user_types:((UriManager.uri * int option) list) ->
  ?what:string -> dbd:HMysql.dbd -> ProofEngineTypes.tactic