doc-src/Intro/bool.thy
author haftmann
Sun, 26 Apr 2009 08:45:37 +0200
changeset 30996 648d02b124d8
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
cleaned up Power theory

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