aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/ind_tables.mli
blob: e13eedbdcb78474febc18457a1aa6abecf29b2c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

open Term
open Names
open Libnames
open Mod_subst
open Sign


val cache_scheme :(object_name*(Indmap.key*constr)) -> unit

val find_eq_scheme : Indmap.key -> constr
val check_eq_scheme : Indmap.key -> bool

val cache_bl: (object_name*(Indmap.key*constr)) -> unit
val cache_lb: (object_name*(Indmap.key*constr)) -> unit
val cache_dec : (object_name*(Indmap.key*constr)) -> unit

val find_bl_proof : Indmap.key -> constr
val find_lb_proof : Indmap.key -> constr
val find_eq_dec_proof : Indmap.key -> constr

val check_bl_proof: Indmap.key -> bool
val check_lb_proof: Indmap.key -> bool
val check_dec_proof: Indmap.key -> bool