mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
Fixpunktkombinatoren; Haskell-Beispiele
This commit is contained in:
parent
e910561dfe
commit
0174aa0cc6
5 changed files with 129 additions and 6 deletions
|
@ -0,0 +1,2 @@
|
|||
fibs :: [Integer]
|
||||
fibs = 0 : 1 : zipWith (+) fibs (tail fibs)
|
Loading…
Add table
Add a link
Reference in a new issue