doc-src/Intro/bool.thy
author wenzelm
Thu, 27 Apr 2006 15:06:42 +0200
changeset 19485 5385c9d86c2a
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
renamed Source.mapfilter to Source.map_filter;

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