src/HOL/Import/ImportRecorder.thy
author wenzelm
Tue, 02 Sep 2008 14:10:30 +0200
changeset 28080 4723eb2456ce
parent 20594 b80c4a5cd018
permissions -rw-r--r--
explicit type Name.binding for higher-specification elements; simplified ProofContext.inferred_param;

theory ImportRecorder imports Main 
uses  "seq.ML" "scan.ML" "mono_seq.ML" "mono_scan.ML" "lazy_seq.ML" "xml.ML" "xmlconv.ML" "importrecorder.ML"
begin
end