]> matita.cs.unibo.it Git - helm.git/blob - matita/components/binaries/matex/options.mli
- initial support for sigma-types
[helm.git] / matita / components / binaries / matex / options.mli
1 (*
2     ||M||  This file is part of HELM, an Hypertextual, Electronic        
3     ||A||  Library of Mathematics, developed at the Computer Science     
4     ||T||  Department, University of Bologna, Italy.                     
5     ||I||                                                                
6     ||T||  HELM is free software; you can redistribute it and/or         
7     ||A||  modify it under the terms of the GNU General Public License   
8     \   /  version 2 or (at your option) any later version.      
9      \ /   This software is distributed as is, NO WARRANTY.     
10       V_______________________________________________________________ *)
11
12 val dno_id: string
13
14 val nan: int
15
16 val status: NCicPp.status
17
18 val no_init: bool ref
19
20 val out_dir: string ref
21
22 val proc_id: string ref
23
24 val check: bool ref 
25
26 val no_types: bool ref 
27
28 val no_proofs: bool ref 
29
30 val global_alpha: bool ref
31
32 val log_alpha: bool ref
33
34 val log_missing: bool ref
35
36 val list_och: out_channel option ref 
37
38 val alpha_type: (string * string * string) list ref
39
40 val alpha_sort: (string * string * string) list ref
41
42 val alpha_gref: (string * string) list ref
43
44 val macro_gref: (string * string * int * int) list ref
45
46 val sigs_gref: (string * int * int) list ref
47
48 val clear: unit -> unit
49
50 val close_list: unit -> unit
51
52 val is_global_id: string -> bool