IOA/meta_theory/Option.thy
author clasohm
Wed, 02 Nov 1994 11:50:09 +0100
changeset 156 fd1be45b64bf
child 168 44ff2275d44f
permissions -rw-r--r--
added IOA to isabelle/HOL
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
156
fd1be45b64bf added IOA to isabelle/HOL
clasohm
parents:
diff changeset
     1
Option = Arith +
fd1be45b64bf added IOA to isabelle/HOL
clasohm
parents:
diff changeset
     2
datatype 'a option = None | Some('a)
fd1be45b64bf added IOA to isabelle/HOL
clasohm
parents:
diff changeset
     3
end