doc-src/Intro/bool.thy
author haftmann
Fri, 20 Jun 2008 21:00:26 +0200
changeset 27302 8d12ac6a3e1c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
type constructors now with markup

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