src/ZF/ex/README.html
author wenzelm
Fri, 21 Sep 2007 22:51:08 +0200
changeset 24669 4579eac2c997
parent 15582 7219facb3fd0
child 36862 952b2b102a0a
permissions -rw-r--r--
proper signature constraint; minor tuning;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15283
f21466450330 DOCTYPE declaration added
webertj
parents: 5383
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
f21466450330 DOCTYPE declaration added
webertj
parents: 5383
diff changeset
     2
1547
9ee49b349bb4 New documentation for example
paulson
parents:
diff changeset
     3
<!-- $Id$ -->
15582
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
     4
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
     5
<html>
1547
9ee49b349bb4 New documentation for example
paulson
parents:
diff changeset
     6
15582
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
     7
<head>
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
     8
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
     9
  <title>ZF/ex/README</title>
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
    10
</head>
1547
9ee49b349bb4 New documentation for example
paulson
parents:
diff changeset
    11
15582
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
    12
<body>
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
    13
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
    14
<h2>ZF general examples</h2>
1547
9ee49b349bb4 New documentation for example
paulson
parents:
diff changeset
    15
15582
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
    16
Examples on this directory include a simple form of Ramsey's theorem.  A <a href="http://www.cl.cam.ac.uk/Research/Reports/TR271-lcp-set-theory.dvi.Z">report</a> is available.
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
    17
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
    18
<p>
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
    19
7219facb3fd0 HTML 4.01 Transitional conformity
webertj
parents: 15283
diff changeset
    20
Several (co)inductive and (co)datatype definitions are presented.  <a href="http://www.cl.cam.ac.uk/Research/Reports/TR312-lcp-set-II.ps.gz">One report</a> describes the theoretical foundations of datatypes while <a href="http://www.cl.cam.ac.uk/Research/Reports/TR320-lcp-isabelle-ind-defs.dvi.gz">another</a> describes the package that automates their declaration.
1547
9ee49b349bb4 New documentation for example
paulson
parents:
diff changeset
    21
3279
815ef5848324 tuned all READMEs;
wenzelm
parents: 1547
diff changeset
    22
</body>
815ef5848324 tuned all READMEs;
wenzelm
parents: 1547
diff changeset
    23
</html>