src/ZF/datatype.thy
author nipkow
Thu, 24 Jul 1997 11:12:18 +0200
changeset 3571 f1c8fa0f0bf9
parent 124 858ab9a9b047
permissions -rw-r--r--
List.ML: added lemmas by Stefan Merz. simpodata.ML: removed rules about ? now subsumed by simplification proc.
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" *)