src/HOL/Import/HOL_Light_Import.thy
author eberlm <eberlm@in.tum.de>
Mon, 17 Oct 2016 15:20:06 +0200
changeset 64282 261d42f0bfac
parent 63167 0909deb8059b
permissions -rw-r--r--
Removed Old_Number_Theory; all theories ported (thanks to Jaime Mendizabal Roche)

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