doc-src/TutorialI/Trie/Option2.thy
author paulson
Tue, 17 Oct 2000 10:45:51 +0200
changeset 10235 20cf817f3b4a
parent 8771 026f37a86ea7
permissions -rw-r--r--
renaming of contrapos rules

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

datatype 'a option = None | Some 'a;
(*<*)
end
(*>*)