doc-src/Intro/bool.thy
author berghofe
Mon, 16 Dec 2002 13:43:11 +0100
changeset 13755 a9bb54a3cfb7
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Added mk_int and mk_list.

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