src/HOL/Import/HOL_Light_Import.thy
author haftmann
Sat, 19 Oct 2019 09:15:41 +0000
changeset 70903 c550368a4e29
parent 63167 0909deb8059b
permissions -rw-r--r--
added quickcheck setup

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