doc-src/Intro/bool.thy
author paulson
Thu, 19 Feb 2004 18:24:08 +0100
changeset 14401 477380c74c1d
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
removal of the legacy ML structure List

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