src/HOL/Import/HOL_Light_Import.thy
author blanchet
Sun, 19 Apr 2015 19:46:44 +0200
changeset 60137 ff997935a654
parent 58889 5b7a9633cfa8
child 63167 0909deb8059b
permissions -rw-r--r--
acknowledgment

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