src/HOL/Import/HOL_Light_Import.thy
author paulson <lp15@cam.ac.uk>
Tue, 31 Mar 2015 15:01:06 +0100
changeset 59863 30519ff3dffb
parent 58889 5b7a9633cfa8
child 63167 0909deb8059b
permissions -rw-r--r--
Merge

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

section {* Main HOL Light importer *}

theory HOL_Light_Import
imports HOL_Light_Maps
begin

import_file "$HOL_LIGHT_BUNDLE"

end