src/HOL/Nitpick_Examples/Tests_Nits.thy
author huffman
Fri, 18 Dec 2009 19:00:11 -0800
changeset 34146 14595e0c27e8
parent 33232 f93390060bbe
child 35076 cc19e2aef17e
permissions -rw-r--r--
rename equals_zero_I to minus_unique (keep old name too)

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

Nitpick tests.
*)

header {* Nitpick Tests *}

theory Tests_Nits
imports Main
begin

ML {* Nitpick_Tests.run_all_tests () *}

end