src/HOL/Nitpick_Examples/Tests_Nits.thy
author hoelzl
Tue, 26 Mar 2013 12:21:00 +0100
changeset 51529 2d2f59e6055a
parent 45035 60d2c03d5c70
child 58889 5b7a9633cfa8
permissions -rw-r--r--
move theorems about compactness of real closed intervals, the intermediate value theorem, and lemmas about continuity of bijective functions from Deriv.thy to Limits.thy

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

Nitpick tests.
*)

header {* Nitpick Tests *}

theory Tests_Nits
imports Main
begin

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

end