]> matita.cs.unibo.it Git - pkg-cerco/acc-trusted.git/blob - extracted/extra_bool.mli
Imported Upstream version 0.1
[pkg-cerco/acc-trusted.git] / extracted / extra_bool.mli
1 open Preamble
2
3 open Hints_declaration
4
5 open Core_notation
6
7 open Pts
8
9 open Logic
10
11 open Relations
12
13 open Bool
14
15 open Div_and_mod
16
17 open Jmeq
18
19 open Russell
20
21 open Nat
22
23 open Types
24
25 open List
26
27 open Util
28
29 val if_elim : Bool.bool -> 'a1 -> 'a1 -> (__ -> 'a2) -> (__ -> 'a2) -> 'a2
30