doc-src/Intro/bool.thy
author haftmann
Tue, 26 Feb 2008 20:38:17 +0100
changeset 26152 cf2cccf17d6d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
some more primrec

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