src/HOL/Nitpick_Examples/Tests_Nits.thy
author haftmann
Fri, 24 Sep 2021 11:04:18 +0000
changeset 74361 690928dd6f8f
parent 63167 0909deb8059b
child 74844 90242c744a1a
permissions -rw-r--r--
apply declarations from interpretations in eigen context also

(*  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>() |> getenv "KODKODI" <> "" ? Nitpick_Tests.run_all_tests\<close>

end