src/ZF/Datatype.thy
author paulson
Mon, 30 Sep 1996 11:10:22 +0200
changeset 2045 ae1030e66745
parent 809 1daa0269eb5d
child 2870 6d6fd10a9fdc
permissions -rw-r--r--
Removed some dead wood. Transferred lemmas used to prove analz_image_newK to Shared.ML
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
124
858ab9a9b047 made pseudo theories for all ML files;
clasohm
parents:
diff changeset
     1
(*Dummy theory to document dependencies *)
858ab9a9b047 made pseudo theories for all ML files;
clasohm
parents:
diff changeset
     2
809
1daa0269eb5d removed quotes around "Inductive"
lcp
parents: 578
diff changeset
     3
Datatype = "constructor" + Inductive + Univ + QUniv
516
1957113f0d7d installation of new inductive/datatype sections
lcp
parents: 124
diff changeset
     4
809
1daa0269eb5d removed quotes around "Inductive"
lcp
parents: 578
diff changeset
     5
(*Datatype must be capital to avoid conflicts with ML's "datatype" *)