src/HOL/Main.thy
changeset 40121 e7a80c6752c9
parent 38393 7c045c03598f
child 40178 00152d17855b
equal deleted inserted replaced
40120:c57fffa2727c 40121:e7a80c6752c9
     1 header {* Main HOL *}
     1 header {* Main HOL *}
     2 
     2 
     3 theory Main
     3 theory Main
     4 imports Plain Record Predicate_Compile Nitpick SMT
     4 imports Plain Record Predicate_Compile Nitpick SMT Quotient
     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.