1 (* Copyright (C) 2002, HELM Team.
3 * This file is part of HELM, an Hypertextual, Electronic
4 * Library of Mathematics, developed at the Computer Science
5 * Department, University of Bologna, Italy.
7 * HELM is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
12 * HELM is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with HELM; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
22 * For details, see the HELM World-Wide-Web page,
23 * http://cs.unibo.it/helm/.
26 (**** useful only to implement tactics similar to apply ****)
28 val generalize_exp_named_subst_with_fresh_metas :
32 (UriManager.uri * Cic.term) list ->
34 Cic.term Cic.explicit_named_substitution *
35 Cic.term Cic.explicit_named_substitution
40 (Cic.context -> Cic.term -> Cic.term) ->
41 (Cic.term * Cic.context * Cic.term) list ->
42 (Cic.term * Cic.context * Cic.term) list *
43 (Cic.term * Cic.context * Cic.term) list
45 (* ALB, needed by the new paramodulation... *)
47 term:Cic.term -> ?subst:Cic.substitution -> ?maxmeta:int -> ProofEngineTypes.proof * int ->
48 Cic.substitution * (ProofEngineTypes.proof * int list) * int
50 (* not a real tactic *)
51 val apply_tac_verbose :
53 ProofEngineTypes.proof * int ->
54 (Cic.term -> Cic.term) * (ProofEngineTypes.proof * int list)
57 term: Cic.term -> ProofEngineTypes.tactic
59 term: Cic.term -> ProofEngineTypes.tactic
62 ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type -> unit ->
63 ProofEngineTypes.tactic
65 ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
67 ProofEngineTypes.tactic
69 ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
71 ProofEngineTypes.tactic
73 val elim_intros_simpl_tac:
74 ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
75 ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic
77 ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
78 ?depth:int -> ?using:Cic.term -> Cic.term -> ProofEngineTypes.tactic
81 ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
82 Cic.term -> ProofEngineTypes.tactic
86 (* inserts a hole in the context *)
88 ProofEngineTypes.tactic