src/HOL/Import/HOL_Light_Import.thy
author nipkow
Thu, 07 Jul 2016 18:08:10 +0200
changeset 63412 def97df48390
parent 63167 0909deb8059b
permissions -rw-r--r--
merged

(*  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