src/HOL/Import/HOL_Light_Import.thy
author Andreas Lochbihler
Wed, 11 Feb 2015 14:15:59 +0100
changeset 59520 76d7c593c6e8
parent 58889 5b7a9633cfa8
child 63167 0909deb8059b
permissions -rw-r--r--
add lema about card and vimage

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