src/HOL/ex/mesontest2.thy
author nipkow
Thu, 10 May 2001 17:28:40 +0200
changeset 11295 66925f23ac7f
parent 10440 2074e62da354
child 11586 d8a7f6318457
permissions -rw-r--r--
improved tracing of permutative rules.


(*Theory Product_Type instead of HOL regards arguments as tuples.
  But theory Main would allow clashes with many other constants.*)

theory mesontest2 = Product_Type:

hide const inverse divide

end