doc-src/TutorialI/Misc/fakenat.thy
author paulson
Wed, 28 Jun 2000 10:57:35 +0200
changeset 9174 6ef054f33f83
parent 8745 13b32661dde4
child 9494 44fefb6e9994
permissions -rw-r--r--
FORCED TO RENAME "W" DUE TO COMPOSE VARIABLE-CLASH BUG

(*<*)
theory fakenat = Main:;
(*>*)

text{*\noindent
The type \isaindexbold{nat} of natural numbers is predefined and
behaves like
*}

datatype nat = "0" | Suc nat
(*<*)
end
(*>*)