| 
25
 | 
     1  | 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
  | 
| 
 | 
     2  | 
   "http://www.w3.org/TR/html4/frameset.dtd">
  | 
| 
 | 
     3  | 
<html>
  | 
| 
 | 
     4  | 
<head>
  | 
| 
 | 
     5  | 
    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
  | 
| 
26
 | 
     6  | 
    <title>Isabelle Programming Tutorial</title>
  | 
| 
25
 | 
     7  | 
    <link rel="stylesheet" href="nominal.css">
  | 
| 
473
 | 
     8  | 
    <BASE HREF="https://nms.kcl.ac.uk/christian.urban/">
  | 
| 
28
 | 
     9  | 
    <script type="text/javascript">
  | 
| 
 | 
    10  | 
  | 
| 
 | 
    11  | 
  var _gaq = _gaq || [];
  | 
| 
 | 
    12  | 
  _gaq.push(['_setAccount', 'UA-4143458-5']);
  | 
| 
 | 
    13  | 
  _gaq.push(['_trackPageview']);
  | 
| 
 | 
    14  | 
  | 
| 
 | 
    15  | 
  (function() {
 | 
| 
 | 
    16  | 
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 | 
| 
 | 
    17  | 
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 | 
| 
 | 
    18  | 
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 | 
| 
 | 
    19  | 
  })();
  | 
| 
 | 
    20  | 
  | 
| 
 | 
    21  | 
</script>
  | 
| 
25
 | 
    22  | 
</head>
  | 
| 
 | 
    23  | 
  | 
| 
 | 
    24  | 
  <frameset ROWS="130,*"> 
  | 
| 
 | 
    25  | 
    <frame scrolling="no" frameborder="0" noresize="noresize" SRC="Cookbook/title.html" NAME="title">
  | 
| 
 | 
    26  | 
      
  | 
| 
 | 
    27  | 
  | 
| 
 | 
    28  | 
      <frameset COLS="200,*">
  | 
| 
 | 
    29  | 
      <frame scrolling="no" frameborder="0" noresize="noresize" SRC="Cookbook/menu.html" NAME="menu">
  | 
| 
 | 
    30  | 
      
  | 
| 
 | 
    31  | 
      <frame noresize="noresize" frameborder="0" SRC="Cookbook/main.html" NAME="content">
  | 
| 
 | 
    32  | 
	    
  | 
| 
 | 
    33  | 
      </frameset> 
  | 
| 
 | 
    34  | 
  </frameset> 
  | 
| 
 | 
    35  | 
  | 
| 
 | 
    36  | 
</html>
  |