src/HOL/Nitpick_Examples/Tests_Nits.thy
author huffman
Sat, 21 Apr 2012 10:59:52 +0200
changeset 47647 ec29cc09599d
parent 45035 60d2c03d5c70
child 58889 5b7a9633cfa8
permissions -rw-r--r--
renamed contravariant relator set_rel to vset_rel, to make room for new covariant relator

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