doc-src/Intro/bool.thy
author wenzelm
Thu, 06 Mar 2008 20:44:54 +0100
changeset 26223 f4a1a96cc07c
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
specific system_out (MosML lacks structure Posix); dummy implementation of Posix.ProcEnv.getpid;

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