doc-src/Intro/bool.thy
author kleing
Tue, 06 May 2003 10:47:17 +0200
changeset 13964 bfca18e9ab72
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
fixed missing -g true for HOL-Auth

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