src/HOL/Nitpick_Examples/Tests_Nits.thy
author blanchet
Sat, 13 Feb 2010 15:04:09 +0100
changeset 35180 c57dba973391
parent 35076 cc19e2aef17e
child 37495 650fae5eea93
permissions -rw-r--r--
more work on Nitpick's support for nonstandard models + fix in model reconstruction

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