doc-src/Intro/bool.thy
author wenzelm
Mon, 29 Aug 2005 16:18:04 +0200
changeset 17184 3d80209e9a53
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
use AList operations;

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