doc-src/Tutorial/Ifexpr/Ifexpr.ML
author wenzelm
Sun, 15 Oct 2000 19:50:35 +0200
changeset 10220 2a726de6e124
parent 5377 efb799c5ed3c
permissions -rw-r--r--
proper symbol markup with \isamath, \isatext; support sub/super scripts:

use "bool2if.ML";
use "proof.ML";
qed "bool2if_correct";

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

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

use "normal_normif.ML";
use "proof.ML";
qed_spec_mp "normal_normif";
Addsimps [normal_normif];

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