src/HOL/Option.thy
author nipkow
Fri, 29 Nov 1996 15:07:27 +0100
changeset 2279 2f337bf81085
parent 2019 b45d9f2042e0
child 4133 0a08c2b9b1ed
permissions -rw-r--r--
Modified dependencies for ex and Integ. (Rings)

(*  Title:      Option.thy
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   1994  TU Muenchen

Datatype 'a option
*)

Option = Arith +
datatype 'a option = None | Some 'a
end