src/HOL/Import/ImportRecorder.thy
author wenzelm
Tue, 10 Jun 2008 19:15:16 +0200
changeset 27123 11fcdd5897dd
parent 20594 b80c4a5cd018
permissions -rw-r--r--
case_tac/induct_tac: use same declarations as cases/induct;

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