25
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
3 |
<html>
|
|
4 |
<head>
|
26
|
5 |
<title>Isabelle Programming Tutorial</title>
|
25
|
6 |
<link rel="stylesheet" href="nominal.css">
|
|
7 |
<BASE HREF="http://www.inf.kcl.ac.uk/staff/urbanc/">
|
27
|
8 |
<script type="text/javascript">
|
|
9 |
|
|
10 |
var _gaq = _gaq || [];
|
|
11 |
_gaq.push(['_setAccount', 'UA-4143458-5']);
|
|
12 |
_gaq.push(['_trackPageview']);
|
|
13 |
|
|
14 |
(function() {
|
|
15 |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
16 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
17 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
18 |
})();
|
|
19 |
|
|
20 |
</script>
|
25
|
21 |
</head>
|
|
22 |
|
27
|
23 |
<body style="background-image: url(Cookbook/header-back.jpg);">
|
|
24 |
<img src="Cookbook/logo-documentation.gif" alt="Isabelle Programming Tutorial" style="border-width: 0px;" align="left">
|
|
25 |
<h1>Isabelle Programming Tutorial</h1>
|
25
|
26 |
<P ALIGN=right>
|
|
27 |
<I>funded by the German Research Foundation (<A HREF="http://www.dfg.de/en" target="_top">DFG</A>)</I>
|
|
28 |
</P>
|
|
29 |
</body>
|
|
30 |
</html>
|