doc-src/Intro/bool.thy
author wenzelm
Tue, 14 Aug 2007 23:23:04 +0200
changeset 24276 7a0f71fde62c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
Syntax.global_read_sort;

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