|
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| 2 | + "https://www.w3.org/TR/html4/strict.dtd"> |
| 3 | +<html> |
| 4 | +<head> |
| 5 | +<title>$title$ - Learn You a Haskell for Great Good!</title> |
| 6 | +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 7 | +<base href=""> |
| 8 | +<style type="text/css"> |
| 9 | + @import url('reset.css'); |
| 10 | + @import url('style.css'); |
| 11 | +</style> |
| 12 | +<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png"> |
| 13 | +$if(prev_filename)$ |
| 14 | + <link rel="prev" href="${prev_filename}.html"> |
| 15 | +$endif$ |
| 16 | +$if(next_filename)$ |
| 17 | + <link rel="next" href="${next_filename}.html"> |
| 18 | +$endif$ |
| 19 | +<link type="text/css" rel="stylesheet" href="sh/Styles/SyntaxHighlighter.css"> |
| 20 | +<link href="rss.php" rel="alternate" type="application/rss+xml" title="Learn You a Haskell for Great Good! feed"> |
| 21 | +</head> |
| 22 | +<body class="introcontent"> |
| 23 | +<div class="bgwrapper"> |
| 24 | + <div id="content"> |
| 25 | +$if(footdiv)$ |
| 26 | + <div class="footdiv" style="margin-bottom:25px;"> |
| 27 | + <ul> |
| 28 | + <li style="text-align:left"> |
| 29 | +$if(prev_filename)$ |
| 30 | + <a href="${prev_filename}.html" class="prevlink">$prev_title$</a> |
| 31 | +$endif$ |
| 32 | + </li> |
| 33 | + <li style="text-align:center"> |
| 34 | + <a href="chapters.html">Table of contents</a> |
| 35 | + </li> |
| 36 | + <li style="text-align:right"> |
| 37 | +$if(next_filename)$ |
| 38 | + <a href="${next_filename}.html" class="nxtlink">$next_title$</a> |
| 39 | +$endif$ |
| 40 | + </li> |
| 41 | + </ul> |
| 42 | + </div> |
| 43 | +$endif$ |
| 44 | +$body$ |
| 45 | +$if(footdiv)$ |
| 46 | + <div class="footdiv"> |
| 47 | + <ul> |
| 48 | + <li style="text-align:left"> |
| 49 | +$if(prev_filename)$ |
| 50 | + <a href="$prev_filename$.html" class="prevlink">$prev_title$</a> |
| 51 | +$endif$ |
| 52 | + </li> |
| 53 | + <li style="text-align:center"> |
| 54 | + <a href="chapters.html">Table of contents</a> |
| 55 | + </li> |
| 56 | + <li style="text-align:right"> |
| 57 | +$if(next_filename)$ |
| 58 | + <a href="$next_filename$.html" class="nxtlink">$next_title$</a> |
| 59 | +$endif$ |
| 60 | + </li> |
| 61 | + </ul> |
| 62 | + </div> |
| 63 | +$endif$ |
| 64 | +$if(faq)$ |
| 65 | + <div class="footdiv"> |
| 66 | + <ul> |
| 67 | + <li style="text-align:center"> |
| 68 | + <a href="index.html" rel="nofollow">Back</a> |
| 69 | + </li> |
| 70 | + </ul> |
| 71 | + </div> |
| 72 | +$endif$ |
| 73 | + </div> |
| 74 | + <script type="text/javascript" src="sh/Scripts/shCore.js"></script> |
| 75 | + <script type="text/javascript" src="shBrushHaskell.js"></script> |
| 76 | + <script type="text/javascript" src="shBrushPlain.js"></script> |
| 77 | + <script type="text/javascript"> |
| 78 | + dp.SyntaxHighlighter.ClipboardSwf = '/sh/Scripts/clipboard.swf'; |
| 79 | + dp.SyntaxHighlighter.HighlightAll('code', false, false, false, 1, false); |
| 80 | + </script> |
| 81 | +</div> |
| 82 | +<script type="text/javascript"> |
| 83 | +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
| 84 | +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
| 85 | +</script> |
| 86 | +<script type="text/javascript"> |
| 87 | +var pageTracker = _gat._getTracker("UA-4461592-3"); |
| 88 | +pageTracker._trackPageview(); |
| 89 | +</script> |
| 90 | +</body> |
| 91 | +</html> |
0 commit comments