src/HOL/Import/HOL_Light_Import.thy
author wenzelm
Tue, 03 Dec 2019 16:40:04 +0100
changeset 71222 2bc39c80a95d
parent 63167 0909deb8059b
permissions -rw-r--r--
clarified export of consts: recursion is accessible via spec_rules;

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

section \<open>Main HOL Light importer\<close>

theory HOL_Light_Import
imports HOL_Light_Maps
begin

import_file "$HOL_LIGHT_BUNDLE"

end