src/HOL/Nitpick_Examples/Tests_Nits.thy
author wenzelm
Mon, 11 Feb 2013 14:39:04 +0100
changeset 51085 d90218288d51
parent 45035 60d2c03d5c70
child 58889 5b7a9633cfa8
permissions -rw-r--r--
make WWW_Find work again, now that its ML modules reside within a theory context (cf. bf5b45870110) -- patch by Rafal Kolanski;

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