| author | wenzelm |
| Wed, 11 Feb 2009 21:40:16 +0100 | |
| changeset 29728 | 2a4f000d1e4d |
| parent 16417 | 9bc16273c2d4 |
| permissions | -rw-r--r-- |
(* Title: HOL/AxClasses/Product.thy ID: $Id$ Author: Markus Wenzel, TU Muenchen *) theory Product imports Main begin axclass product < type consts product :: "'a::product => 'a => 'a" (infixl "[*]" 70) instance bool :: product by intro_classes defs (overloaded) product_bool_def: "x [*] y == x & y" end