<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>On Sat, May 10, 2014, at 07:32 AM, Roelof Wobben wrote:<br></div>
<blockquote type="cite"><div>
    So somthing is wrong at this line x n = n * n <br></div>
<div>
    But its looking well to me.<br></div>
</blockquote><div> </div>
<div>That line would be fine as a definition at the top level. But to nest a definition inside an expression, you need to introduce it with "let" or "where".<br></div>
<div> </div>
<div>-Karl</div>
</body>
</html>