1 (* Copyright (C) 2006, 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/.
29 (Tactics.intros ~howmany:1
30 ~mk_fresh_name_callback:(fun _ _ _ ~typ -> Cic.Name id) ())
32 (Tactics.change ~pattern:(None,[id,Cic.Implicit (Some `Hole)],None)
33 (fun _ metasenv ugraph -> t,metasenv,ugraph))
39 (Tactics.intros ~howmany:1
40 ~mk_fresh_name_callback:(fun _ _ _ ~typ -> Cic.Name id) ())
42 (Tactics.change ~pattern:(None,[id,Cic.Implicit (Some `Hole)],None)
43 (fun _ metasenv ugraph -> t,metasenv,ugraph))
46 let by_term_we_proved t ty id ty' =
53 ~mk_fresh_name_callback:(fun _ _ _ ~typ -> Cic.Name id))
55 [ Tacticals.id_tac ; Tactics.apply t ]
62 (Tactics.apply ~term:t)
65 let we_need_to_prove t id ty =
68 ProofEngineTypes.apply_tactic
70 ~mk_fresh_name_callback:(fun _ _ _ ~typ -> Cic.Name id))
75 [fst; snd] -> [snd; fst]
80 ProofEngineTypes.mk_tactic aux
83 let prova _ = assert false
85 let bywehave _ = assert false
87 let case _ = assert false
89 let thesisbecomes _ = assert false
91 let byinduction _ = assert false
93 let we_proceed_by_induction_on _ = assert false
95 let let1 _ = assert false