src/HOL/Import/HOL_Light_Import.thy
author wenzelm
Mon, 01 May 2017 13:03:56 +0200
changeset 65666 45d0692bb019
parent 63167 0909deb8059b
permissions -rw-r--r--
incremental download of Jenkins log files, which are also added to database;

(*  Title:      HOL/Import/HOL_Light_Import.thy
    Author:     Cezary Kaliszyk, University of Innsbruck
    Author:     Alexander Krauss, QAware GmbH
*)

section \<open>Main HOL Light importer\<close>

theory HOL_Light_Import
imports HOL_Light_Maps
begin

import_file "$HOL_LIGHT_BUNDLE"

end