src/HOL/Nitpick_Examples/Tests_Nits.thy
author desharna
Mon, 20 Sep 2021 15:30:03 +0200
changeset 74328 404ce20efc4c
parent 63167 0909deb8059b
child 74844 90242c744a1a
permissions -rw-r--r--
proper constants in TPTP $let binding

(*  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