doc-src/Intro/bool.thy
author haftmann
Tue, 29 Jul 2008 08:15:40 +0200
changeset 27691 ce171cbd4b93
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
PureThy: dropped note_thmss_qualified, dropped _i suffix

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