Cookbook/main.html
author Christian Urban <urbanc@in.tum.de>
Sun, 30 Oct 2011 22:33:27 +0000
changeset 32 e64a92e94963
parent 25 8355bfc8d35d
child 33 74b2a49e1f39
permissions -rw-r--r--
added
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     3
<html>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     4
<head>
32
Christian Urban <urbanc@in.tum.de>
parents: 25
diff changeset
     5
  <title>Isabelle Programming Tutorial</title>
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     6
  <link rel="stylesheet" href="nominal.css">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     7
</head>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     8
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     9
<body>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    10
<div align="center">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    11
<table width="95%">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    12
<tbody>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    13
<tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    14
<td align="left">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    15
<H1>Aim</H1>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    16
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    17
There is already quite good documentation available for users to learn
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    18
how to interact with Isabelle and to use it for proving
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    19
theorems (see <A HREF="http://www.cl.cam.ac.uk/research/hvg/Isabelle/documentation.html" target="_top">here</A>).
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    20
However, the entry barrier for users to program on the ML-level of Isabelle
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    21
is still unbearably high. In this project we want to change this state
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    22
of affairs by providing a <i>tutorial</i> about ML-coding in Isabelle. The
32
Christian Urban <urbanc@in.tum.de>
parents: 25
diff changeset
    23
German Research Council has provided us with funding for this project. 
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    24
<p> 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    26
The main aim is to generate a tutorial for people who want to have 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    27
a look under the <i>hood</i> of Isabelle. At its centre it describes the 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    28
implementation of a simple prototypical Isabelle package (we describe
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    29
a simplified version of the inductive package). We hope by 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    30
documenting every aspect of this package that in the future you will 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    31
be able to modify, extend and adapt this package for your own purposes, 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    32
see how developers code in Isabelle and understand better Isabelle's 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    33
idiosyncrasies. As a result you will be able to quickly produce code 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    34
for your own needs and will be able to participate in keeping Isabelle 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    35
alive in the long run. 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    36
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    37
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    38
Specific topics of the tutorial we have not yet covered: 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    39
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    40
<P>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    41
<ul>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    42
<li> First Steps
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    43
<ul> 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    44
<li>theories, contexts and local theories
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    45
<li>morphisms
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    46
<li>name spaces
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    47
</ul>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    48
<li>Parsing
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    49
<ul>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    50
<li>context-, argument- and attribute parsers
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    51
<li>parsing and printing translations
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    52
<li>methods
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    53
</ul>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    54
<li>Tactical Reasoning
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    55
<ul>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    56
<li>declarations
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    57
<li>structured proofs
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    58
</ul>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    59
<li>Advanced Stuff
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    60
<ul> 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    61
<li>user-space type-systems
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    62
<li>typing algorithms
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    63
<li>external applications
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    64
</ul>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    65
</ul>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    66
<P>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    67
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    68
Please help us to expand on this list. 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    69
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    70
<H3>We need You</H3>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    71
32
Christian Urban <urbanc@in.tum.de>
parents: 25
diff changeset
    72
We need help for accomplishing this tutorial. If you are familiar with the 
Christian Urban <urbanc@in.tum.de>
parents: 25
diff changeset
    73
ML-level of Isabelle, please get in contact with us (see addresses below). If you 
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    74
are not familiar, but like to know more about the bits and pieces that make
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    75
up the Isabelle code, then let us know what you are interested in or what
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    76
project you like to implement. Above all we like to help future users and 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    77
developers of Isabelle; we do not want to end up with some "artificial documentation" 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    78
that is of nobody's help. Also proofreading and feedback would be most
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    79
appreciated.
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    80
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    81
<H3>People to contact</H3>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    82
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    83
The project is managed by
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    84
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    85
<ul>
32
Christian Urban <urbanc@in.tum.de>
parents: 25
diff changeset
    86
<li> <A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/" target="_top">Christian Urban</A> (christian.urban at kcl ac uk)
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    87
<li> <A HREF="http://www.cl.cam.ac.uk/~lp15/" target="_top">Larry Paulson</A> (lp15 at cam ac uk)
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    88
<li> <A HREF="http://nicta.com.au/people/norrishm" target="_top">Michael Norrish</A>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    89
     (Michael.Norrish at nicta com au)
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    90
</ul>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    91
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    92
There is also the following mailing list that is subscribed by all developers
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    93
and open for help, suggestions etc. about this project.
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    94
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    95
<A HREF="https://mailmanbroy.informatik.tu-muenchen.de/mailman/listinfo/isabelle-dev">
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    96
isabelle-dev@mailbroy.informatik.tu-muenchen.de</A>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    97
<BR>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    98
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    99
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   100
<H3>Repository</H3>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   101
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   102
A preliminary 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   103
<A HREF="http://www4.in.tum.de/~urbanc/cgi-bin/repos.cgi/isabelle-cookbook" target="_top">repository</A>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   104
is available and you are very welcome to contribute to it. The current draft of the tutorial is <A HREF="http://www4.in.tum.de/~urbanc/cgi-bin/repos.cgi/isabelle-cookbook/raw-file/tip/progtutorial.pdf" target="_top" onclick="pageTracker._trackPageview('tutorial');">here</A>. 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   105
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   106
<H3>Stable Version</H3>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   107
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   108
There is no real stable version of the Programming Tutorial yet. If you need a version 
32
Christian Urban <urbanc@in.tum.de>
parents: 25
diff changeset
   109
that is guaranteed to work with Isabelle 2011-1, then please get in touch with me 
Christian Urban <urbanc@in.tum.de>
parents: 25
diff changeset
   110
(christian.urban at kcl ac ik).
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   111
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   112
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   113
<H3><A NAME="readers"></A>What early readers said:</H3>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   114
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   115
<i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   116
The tutorial really is quite nice. (Jeremy Avigad, CMU, 2011)
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   117
</i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   118
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   119
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   120
<i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   121
By the way, thanks for the Isabelle Cookbook, it's really helpful to 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   122
start with Isabelle/ML. (Mathieu Giorgino, 2011)
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   123
</i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   124
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   125
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   126
<i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   127
Great!  This seems to have a lot of the missing pieces I couldn't find  
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   128
in the tutorial and reference manual. (Kevin Van Horn, 2011)
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   129
</i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   130
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   131
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   132
<i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   133
I've been fighting for hours trying to derive some theorems automatically, 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   134
until Florian told me I should try using conversions and then I read the Cookbook 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   135
section and it solved my problem. The example with abs_conv in particular was 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   136
particularly illuminating. Thanks! (Jasmin Blanchette, TU Munich, 2010)
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   137
</i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   138
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   139
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   140
<i> The cook book seems really helpful, if not even exactly what I need. 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   141
(Nils J&auml;hnig, FU Berlin, 2010)</i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   142
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   143
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   144
<i>The Programming Tutorial has helped me tremendously to get familiar with
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   145
Isabelle, which I used in my bachelor thesis about the type-inference algorithm 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   146
in Isabelle. (Dmitriy Traytel, TU Munich, 2010)</i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   147
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   148
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   149
<i>I've already pointed a couple of PhD students at the programming tutorial, and
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   150
they've already found it to be a great place to start with Isabelle
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   151
programming. (Lucas Dixon, University of Edinburgh, 2009)</i> 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   152
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   153
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   154
<i>The Isabelle Programming Tutorial is great! I finally learned how to add 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   155
new keywords and how to parse outer syntax! (Amine Chaieb, University of Cambridge)</i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   156
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   157
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   158
<i>I felt the programming tutorial was very clear and comprehensible. I'm
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   159
toying with actually getting back to Isabelle again. Thanks to 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   160
everyone involved in the documentation project. I really think it
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   161
is worthwhile. (Tom Ridge, University of Cambridge, 2009)</i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   162
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   163
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   164
<i>I learned from the tutorial how to deal with fresh variables and also which function to use
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   165
for applying substitutions that are generated by unification.
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   166
(Lukas Bulwahn, TU Munich, 2009)</i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   167
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   168
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   169
<i> What a great resource! I wish I'd had this when I wrote my first
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   170
parser in December 2008. 
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   171
(Timothy Bourke, UNSW Sydney, 2009)</i>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   172
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   173
</td>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   174
</tr>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   175
</tbody>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   176
</table>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   177
</div>     
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   178
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   179
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   180
<HR>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   181
<a href="http://www4.clustrmaps.com/counter/maps.php?url=http://www.inf.kcl.ac.uk/staff/urbanc/activities/idp/" id="clustrMapsLink"><img src="http://www4.clustrmaps.com/counter/index2.php?url=http://isabelle.in.tum.de/nominal/activities/idp/" style="border:0px;" alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg" onError="this.onError=null; this.src='http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg'; document.getElementById('clustrMapsLink').href='http://www2.clustrmaps.com'" />
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   182
</a>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   183
<p>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   184
<P>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   185
<a href="http://validator.w3.org/check/referer" target="_top">[Validate this page.]</a>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   186
<!-- hhmts start -->
32
Christian Urban <urbanc@in.tum.de>
parents: 25
diff changeset
   187
Last modified: Sun Oct 30 22:33:16 GMT 2011
25
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   188
<!-- hhmts end -->
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   189
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   190
</body>
8355bfc8d35d added cookbook
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   191
</html>