src/HOL/Import/HOL_Light_Import.thy
author wenzelm
Mon, 03 Jun 2019 11:27:23 +0200
changeset 70303 502749883f53
parent 63167 0909deb8059b
permissions -rw-r--r--
redundant: default is false;

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