fixed a typo

This commit is contained in:
Yann Esposito (Yogsototh) 2012-04-06 16:51:26 +02:00
parent 2a465660fd
commit d7b5a5ed85
7 changed files with 7 additions and 7 deletions

View file

@ -267,7 +267,7 @@ Furthermore there is an essential respected law in Haskell:
> Applying a function with the same parameter always return the same value.
_Lazyness_
_Laziness_
This is a very uncommon feature.
By default, Haskell evaluate something only when it is needed.

View file

@ -273,7 +273,7 @@ Furthermore there is an essential respected law in Haskell:
> Applying a function with the same parameter always return the same value.
_Lazyness_
_Laziness_
This is a very uncommon feature.
By default, Haskell evaluate something only when it is needed.

View file

@ -326,7 +326,7 @@ Furthermore there is an essential respected law in Haskell:
> Applying a function with the same parameter always return the same value.
_Lazyness_
_Laziness_
This is a very uncommon feature.
By default, Haskell evaluate something only when it is needed.

View file

@ -27,7 +27,7 @@ Furthermore there is an essential respected law in Haskell:
> Applying a function with the same parameter always return the same value.
_Lazyness_
_Laziness_
This is a very uncommon feature.
By default, Haskell evaluate something only when it is needed.

View file

@ -376,7 +376,7 @@ Most bug will be prevented in pure part of your program.</p>
<p>Applying a function with the same parameter always return the same value.</p>
</blockquote>
<p><em>Lazyness</em></p>
<p><em>Laziness</em></p>
<p>This is a very uncommon feature.
By default, Haskell evaluate something only when it is needed.

View file

@ -27,7 +27,7 @@ Furthermore there is an essential respected law in Haskell:
> Applying a function with the same parameter always return the same value.
_Lazyness_
_Laziness_
This is a very uncommon feature.
By default, Haskell evaluate something only when it is needed.

View file

@ -383,7 +383,7 @@ Most bug will be prevented in pure part of your program.</p>
<p>Applying a function with the same parameter always return the same value.</p>
</blockquote>
<p><em>Lazyness</em></p>
<p><em>Laziness</em></p>
<p>This is a very uncommon feature.
By default, Haskell evaluate something only when it is needed.