src/HOL/Nitpick_Examples/Tests_Nits.thy
author haftmann
Thu, 09 Nov 2023 15:11:51 +0000
changeset 78935 5e788ff7a489
parent 74844 90242c744a1a
permissions -rw-r--r--
explicit type class for discrete linordered semidoms

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

Nitpick tests.
*)

section \<open>Nitpick Tests\<close>

theory Tests_Nits
imports Main
begin

ML \<open>if getenv "KODKODI" = "" then () else Nitpick_Tests.run_all_tests \<^context>\<close>

end