doc-src/Intro/bool.thy
author wenzelm
Tue, 24 Jul 2012 10:58:43 +0200
changeset 48462 424fd5364f15
parent 32960 69916a850301
permissions -rw-r--r--
clarified "this_name" vs. former "reset" feature -- imitate the latter by loading other session sources directly;

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