src/HOL/Nitpick_Examples/Tests_Nits.thy
author wenzelm
Tue, 27 Nov 2018 21:07:39 +0100
changeset 69349 7cef9e386ffe
parent 63167 0909deb8059b
child 74844 90242c744a1a
permissions -rw-r--r--
more accurate positions for "name" (quoted string) and "embedded" (cartouche): refer to content without delimiters, which is e.g. relevant for systematic selection/renaming of scope groups; tuned signature;

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