src/HOL/Nitpick_Examples/Tests_Nits.thy
author bulwahn
Thu, 12 Nov 2009 20:38:57 +0100
changeset 33649 854173fcd21c
parent 33232 f93390060bbe
child 35076 cc19e2aef17e
permissions -rw-r--r--
added a tabled implementation of the reflexive transitive closure

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