src/HOL/Import/ImportRecorder.thy
author wenzelm
Tue, 03 Jul 2007 22:27:11 +0200
changeset 23555 16e5fd18905c
parent 20594 b80c4a5cd018
permissions -rw-r--r--
assume basic HOL context for compilation (antiquotations); added dest_cTrueprop; tuned Trueprop_conv; added low-level conj_intr/elim/elis (dire need for @{rule} antiquotation!);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19064
bf19cc5a7899 fixed bugs, added caching
obua
parents:
diff changeset
     1
theory ImportRecorder imports Main 
20594
b80c4a5cd018 added suspensions in Pure
haftmann
parents: 19093
diff changeset
     2
uses  "seq.ML" "scan.ML" "mono_seq.ML" "mono_scan.ML" "lazy_seq.ML" "xml.ML" "xmlconv.ML" "importrecorder.ML"
19064
bf19cc5a7899 fixed bugs, added caching
obua
parents:
diff changeset
     3
begin
bf19cc5a7899 fixed bugs, added caching
obua
parents:
diff changeset
     4
end