src/HOL/Import/HOL_Light_Import.thy
author blanchet
Fri, 07 Jun 2013 17:04:55 +0100
changeset 52349 07fd21c01e93
parent 47266 bf9796e44584
child 58889 5b7a9633cfa8
permissions -rw-r--r--
code simplifications (cf. 78a3d5006cf1)

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

header {* Main HOL Light importer *}

theory HOL_Light_Import
imports HOL_Light_Maps
begin

import_file "$HOL_LIGHT_BUNDLE"

end