src/HOL/Main.thy
changeset 41919 e180c2a9873b
parent 40420 552563ea3304
child 42695 a94ad372b2f5
equal deleted inserted replaced
41918:d2ab869f8b0b 41919:e180c2a9873b
     1 header {* Main HOL *}
     1 header {* Main HOL *}
     2 
     2 
     3 theory Main
     3 theory Main
     4 imports Plain Record Predicate_Compile Smallcheck Nitpick
     4 imports Plain Record Predicate_Compile Quickcheck_Exhaustive Nitpick
     5 begin
     5 begin
     6 
     6 
     7 text {*
     7 text {*
     8   Classical Higher-order Logic -- only ``Main'', excluding real and
     8   Classical Higher-order Logic -- only ``Main'', excluding real and
     9   complex numbers etc.
     9   complex numbers etc.