src/HOL/Import/HOL_Light_Import.thy
author desharna
Mon, 19 Dec 2022 08:01:31 +0100
changeset 76684 3eda063a20a4
parent 63167 0909deb8059b
permissions -rw-r--r--
added lemmas asym_on_subset and asymp_on_subset

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