src/HOL/Nitpick_Examples/Tests_Nits.thy
author huffman
Thu, 10 May 2012 22:00:24 +0200
changeset 47908 25686e1e0024
parent 45035 60d2c03d5c70
child 58889 5b7a9633cfa8
permissions -rw-r--r--
temporarily comment out broken nitpick example; adapt to new definition of type rat

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