src/HOL/Nitpick_Examples/Tests_Nits.thy
author bulwahn
Mon, 07 Feb 2011 15:46:58 +0100
changeset 41719 91c2510e19c5
parent 37495 650fae5eea93
child 45035 60d2c03d5c70
permissions -rw-r--r--
improving term construction of product types in Smallcheck which enables correct presentation of counterexamples

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