src/HOL/Import/HOL_Light_Import.thy
author wenzelm
Sat, 15 Oct 2016 16:35:18 +0200
changeset 64226 65f7d2eea2d7
parent 63167 0909deb8059b
permissions -rw-r--r--
tuned signature;

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