doc-src/Intro/bool.thy
author haftmann
Mon, 20 Apr 2009 09:32:40 +0200
changeset 30954 cf50e67bc1d1
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
power operation on functions in theory Nat; power operation on relations in theory Transitive_Closure

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