doc-src/Intro/bool.thy
author bulwahn
Sat, 24 Oct 2009 16:55:42 +0200
changeset 33134 88c9c3460fe7
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
renamed functions from sizelim to more natural name depth_limited for compilation of depth-limited search in the predicate compiler

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