doc-src/Intro/bool.thy
author wenzelm
Sun, 08 Jul 2007 19:52:04 +0200
changeset 23656 4bdcb024e95d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
gensym: slightly more obscure prefix descreases probability of name clash;

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