doc-src/Intro/bool.thy
author huffman
Fri, 27 Feb 2009 15:37:56 -0800
changeset 30155 f65dc19cd5f0
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
make list-style polynomial syntax work when show_sorts is on

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