doc-src/Intro/bool.thy
author haftmann
Wed, 15 Sep 2010 15:40:36 +0200
changeset 39404 a8c337299bc1
parent 32960 69916a850301
permissions -rw-r--r--
Code_Runtime.value, corresponding to ML_Context.value; tuned

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