doc-src/Tutorial/Ifexpr/Exercise.ML
author nipkow
Thu, 14 Jan 1999 13:20:02 +0100
changeset 6130 30b84ad2131d
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Fixed old bug: selection of constant to be split should depend not just on the name but also on the type.

use "normif.ML";
use "proof.ML";
qed_spec_mp "normif_correct";
Addsimps [normif_correct];

use "norm.ML";
use "proof.ML";
qed "norm_correct";

Goal "!t e. normal t & normal e --> normal(normif b t e)";
use "proof.ML";
qed_spec_mp "normal_normif";
Addsimps [normal_normif];

use "normal_norm.ML";
use "proof.ML";
qed "normal_norm";