src/HOL/Nitpick_Examples/Nitpick_Examples.thy
author haftmann
Thu, 21 May 2020 20:00:08 +0000
changeset 71853 30d92e668b52
parent 45035 60d2c03d5c70
permissions -rw-r--r--
tuned module name space for generated code

(*  Title:      HOL/Nitpick_Examples/Nitpick_Examples.thy
    Author:     Jasmin Blanchette, TU Muenchen
    Copyright   2009-2011

Nitpick examples.
*)

theory Nitpick_Examples
imports Core_Nits Datatype_Nits Hotel_Nits Induct_Nits Integer_Nits Manual_Nits
        Mini_Nits Mono_Nits Pattern_Nits Record_Nits Refute_Nits Special_Nits
        Tests_Nits Typedef_Nits
begin
end