doc-src/Intro/bool.thy
author wenzelm
Sun, 31 May 2009 15:07:03 +0200
changeset 31314 b58d6a33b57f
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
explicit PolyML.install_pp;

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