aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/ideproof.mli
blob: 58b4d0644deac99076f101b791709b48a3bf13a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010     *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

val display :
  (GText.view -> Interface.goal list -> 'a -> unit) -> GText.view ->
  Interface.goals option -> 'a -> Interface.evar list option -> unit

val mode_tactic :
  ('a -> unit -> unit) -> GText.view -> Interface.goal list ->
  ((string * 'a) list list * (string * 'a) list) option -> unit