doc-src/Intro/bool.thy
author wenzelm
Sun, 29 Aug 2010 15:57:18 +0200
changeset 38846 e54c33dbe77c
parent 32960 69916a850301
permissions -rw-r--r--
Document_Model.token_marker: misc tuning and simplification;

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