diff options
| -rw-r--r-- | AufgabeFFP1.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AufgabeFFP1.hs b/AufgabeFFP1.hs index 648c773..53e5fb7 100644 --- a/AufgabeFFP1.hs +++ b/AufgabeFFP1.hs | |||
| @@ -19,7 +19,7 @@ pof2s = 1:(map (2*) pof2s) | |||
| 19 | -- alternate: | 19 | -- alternate: |
| 20 | -- calculates 2^ with each element of the continuous list | 20 | -- calculates 2^ with each element of the continuous list |
| 21 | -- pof2s :: [Integer] | 21 | -- pof2s :: [Integer] |
| 22 | -- pof2s = map (2^) [0,1..] | 22 | -- pof2s = map (2^) [0..] |
| 23 | 23 | ||
| 24 | -- alternate 2: | 24 | -- alternate 2: |
| 25 | -- pof2s :: [Integer] | 25 | -- pof2s :: [Integer] |
