doc-src/Intro/bool.thy
author wenzelm
Sat, 18 Sep 2010 21:10:07 +0200
changeset 39523 d8971680b0fc
parent 32960 69916a850301
permissions -rw-r--r--
simplified fifo handling -- rm_fifo always succeeds without ever blocking; tuned;

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