src/HOL/Import/HOL_Light_Import.thy
author Manuel Eberl <manuel@pruvisto.org>
Tue, 22 Apr 2025 19:02:33 +0200
changeset 82537 3dfd62b4e2c8
parent 63167 0909deb8059b
permissions -rw-r--r--
dropped problematic code equation for multisets for RBT code testing

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