doc-src/Intro/bool.thy
author ballarin
Wed, 15 Aug 2012 23:06:17 +0200
changeset 48824 45d0e40b07af
parent 32960 69916a850301
permissions -rw-r--r--
Clarification: free variables allowed in interpreted locale instances.

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