src/ZF/datatype.thy
author wenzelm
Thu, 15 Nov 2001 18:20:13 +0100
changeset 12207 4dff931b852f
parent 124 858ab9a9b047
permissions -rw-r--r--
added Induct/Binary_Trees.thy, Induct/Tree_Forest (converted from former ex/TF.ML ex/TF.thy ex/Term.ML ex/Term.thy);
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
858ab9a9b047 made pseudo theories for all ML files;
clasohm
parents:
diff changeset
     3
Datatype = "constructor" + "inductive" + "coinductive" + Univ + QUniv
858ab9a9b047 made pseudo theories for all ML files;
clasohm
parents:
diff changeset
     4
               (*this must be capital to avoid conflicts with ML's "datatype" *)