doc-src/Intro/bool.thy
author wenzelm
Sat, 09 Aug 2008 22:43:46 +0200
changeset 27809 a1e409db516b
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
unified Args.T with OuterLex.token, renamed some operations;

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