src/HOL/Nitpick_Examples/Tests_Nits.thy
author wenzelm
Thu, 18 Feb 2010 20:44:22 +0100
changeset 35199 2e37cdae7b9c
parent 35076 cc19e2aef17e
child 37495 650fae5eea93
permissions -rw-r--r--
pretty_full_theory: proper Syntax.init_pretty_global;

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