Files
tilman.de/www/uni/ws03/alp/haskellSyntax.php
2011-10-26 10:11:42 +02:00

32 lines
997 B
PHP

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" media="all" href="stylesheet.css">
<title>Haskell - Syntax</title>
</head>
<body>
<span id="menu"><a href="index.php">zurück zur Liste</a></span>
<div id="buttons">
<form action="edit.php" method="POST">
<input type="hidden" name="filename" value="<?php echo $_SERVER['SCRIPT_FILENAME']?>">
<p>
<input type="submit" value="Seite bearbeiten">
</p>
</form>
</div>
<h1>Haskell Syntax</h1>
<h2>Fragen</h2>
<h2>Anmerkungen</h2>
<h2>Links</h2>
<a href="http://www.cs.uu.nl/~afie/haskell/tourofsyntax.html">Tour of the Haskell Syntax</a>
<br>
<a href="http://www.zvon.org/other/haskell/Outputglobal/index.html">Haskell Funktions Referenz (eine Art API)</a>
</body>
</html>