src/HOL/Import/HOL_Light_Import.thy
author hoelzl
Wed, 18 Jun 2014 07:31:12 +0200
changeset 57275 0ddb5b755cdc
parent 47266 bf9796e44584
child 58889 5b7a9633cfa8
permissions -rw-r--r--
moved lemmas from the proof of the Central Limit Theorem by Jeremy Avigad and Luke Serafin

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