doc-src/Tutorial/Ifexpr/Ifexpr.ML
author wenzelm
Fri, 21 May 2004 21:26:19 +0200
changeset 14790 0d984ee030a1
parent 5377 efb799c5ed3c
permissions -rw-r--r--
major cleanup of tsig datastructures and extend/merge operations; fixes old bugs in classes/arities code; proper treatment of nonterminals and syntax-only types;

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";