src/HOL/Nitpick_Examples/Tests_Nits.thy
author haftmann
Fri, 08 Jan 2010 14:34:18 +0100
changeset 34306 e8b8ee60c1e2
parent 33232 f93390060bbe
child 35076 cc19e2aef17e
permissions -rw-r--r--
simple tests

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