doc-src/Intro/bool.thy
author nipkow
Thu, 24 Jul 1997 11:12:18 +0200
changeset 3571 f1c8fa0f0bf9
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
List.ML: added lemmas by Stefan Merz. simpodata.ML: removed rules about ? now subsumed by simplification proc.

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