doc-src/Intro/bool.thy
author ballarin
Mon, 10 Mar 2003 17:25:34 +0100
changeset 13854 91c9ab25fece
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
First distributed version of Group and Ring theory.

Bool = FOL +
types 	bool 0
arities bool 	:: term
consts tt,ff	:: "bool"
end