src/HOL/Nitpick_Examples/Tests_Nits.thy
author huffman
Tue, 23 Aug 2011 14:11:02 -0700
changeset 44457 d366fa5551ef
parent 37495 650fae5eea93
child 45035 60d2c03d5c70
permissions -rw-r--r--
declare euclidean_simps [simp] at the point they are proved; avoid duplicate rule warnings;

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

Nitpick tests.
*)

header {* Nitpick Tests *}

theory Tests_Nits
imports Main
begin

ML {* () |> getenv "KODKODI" <> "" ? Nitpick_Tests.run_all_tests *}

end