| author | haftmann |
| Mon, 04 Jan 2010 14:09:56 +0100 | |
| changeset 34244 | 03f8dcab55f3 |
| parent 34010 | ac78f5cdc430 |
| permissions | -rw-r--r-- |
| 33010 | 1 |
(benchmark Isabelle |
2 |
:extrasorts ( T1 T2) |
|
3 |
:extrafuns ( |
|
4 |
(uf_3 T2) |
|
5 |
(uf_1 T1 T1) |
|
6 |
(uf_4 T1) |
|
7 |
) |
|
|
34010
ac78f5cdc430
faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents:
33010
diff
changeset
|
8 |
:extrapreds ( |
|
ac78f5cdc430
faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents:
33010
diff
changeset
|
9 |
(up_2 T2) |
|
ac78f5cdc430
faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents:
33010
diff
changeset
|
10 |
) |
| 33010 | 11 |
:assumption (forall (?x1 T1) (= (uf_1 ?x1) ?x1)) |
|
34010
ac78f5cdc430
faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents:
33010
diff
changeset
|
12 |
:assumption (forall (?x2 T2) (iff (up_2 ?x2) (= ?x2 uf_3))) |
|
ac78f5cdc430
faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents:
33010
diff
changeset
|
13 |
:assumption (not (and (= (uf_1 uf_4) uf_4) (iff (up_2 uf_3) true))) |
| 33010 | 14 |
:formula true |
15 |
) |