Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pascal triangle
--ghc 8.0.1 /opt/ghc/8.0.1/lib/ghc-8.0.0.20160127/ main = print $ take 10 pascal pascal = [1] : map (\l -> zipWith (+) (l ++ [0]) (0:l)) pascal
run
|
edit
|
history
|
help
0
Calculate Integral of function
New wall
project euler 1, haskel
Perfect numbers
Lambda Parser with long ids
Modeling algebraic understanding with Haskell in KS1
boolean functions of zero arguments in haskell
folder
Znajdz trójkąty prostokątne
haskell_exam_demo