src/ZF/Datatype.thy
author huffman
Thu, 26 May 2005 02:23:27 +0200
changeset 16081 81a4b4a245b0
parent 13328 703de709a64b
child 16417 9bc16273c2d4
permissions -rw-r--r--
cleaned up, added cpair_less and cpair_eq_pair, removed some obsolete stuff

(*  Title:      ZF/Datatype.thy
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1997  University of Cambridge

*)

header{*Datatype and CoDatatype Definitions*}

theory Datatype = Inductive + Univ + QUniv
  files
    "Tools/datatype_package.ML"
    "Tools/numeral_syntax.ML":  (*belongs to theory Bin*)

end