doc-src/Intro/bool.thy
author huffman
Sat, 24 Apr 2010 11:11:09 -0700
changeset 36333 82356c9e218a
parent 32960 69916a850301
permissions -rw-r--r--
move l2-norm stuff into separate theory file

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