src/HOL/Nitpick_Examples/Tests_Nits.thy
author blanchet
Fri, 05 Feb 2010 14:27:21 +0100
changeset 35076 cc19e2aef17e
parent 33232 f93390060bbe
child 37495 650fae5eea93
permissions -rw-r--r--
added hotel key card example for Nitpick, and renumber atoms in Nitpick's output for increased readability

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

Nitpick tests.
*)

header {* Nitpick Tests *}

theory Tests_Nits
imports Main
begin

ML {* Nitpick_Tests.run_all_tests () *}

end