]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/eliminationTactics.mli
RELATIONAL: new undecomposable definition of NLE
[helm.git] / helm / software / components / tactics / eliminationTactics.mli
index 492566042911d1bdc71a7e3eb115f90bc376c90a..b203bee22947c7aa94e6ca376295a1f61f41f187 100644 (file)
@@ -28,5 +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 ->
  unit -> ProofEngineTypes.tactic