src/ZF/datatype.thy
author nipkow
Wed, 24 Jun 1998 13:59:45 +0200
changeset 5077 71043526295f
parent 124 858ab9a9b047
permissions -rw-r--r--
* HOL/List: new function list_update written xs[i:=v] that updates the i-th list position. May also be iterated as in xs[i:=a,j:=b,...].

(*Dummy theory to document dependencies *)

Datatype = "constructor" + "inductive" + "coinductive" + Univ + QUniv
               (*this must be capital to avoid conflicts with ML's "datatype" *)