src/HOL/Import/ImportRecorder.thy
author haftmann
Tue, 25 Jul 2006 16:51:26 +0200
changeset 20192 956cd30ef3be
parent 19093 6d584f9d2021
child 20594 b80c4a5cd018
permissions -rw-r--r--
renamed Name.give_names to Name.names and moved Name.alphanum to Symbol.alphanum
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 
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 19089
diff changeset
     2
uses  "seq.ML" "scan.ML" "mono_seq.ML" "mono_scan.ML" "susp.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