Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
appending and prepending list
--ghc 7.10 list = [1, 7, 11, 34, 56, 100] thisFunction :: [Integer] -> [Integer] thisFunction y = 5 : y thatFunction :: [Integer] -> [Integer] thatFunction y = y ++ [69] main = do print $ thisFunction list print $ thatFunction list
run
|
edit
|
history
|
help
0
Pascal's triangle in 10 lines
FizzBuzzkell
Split into n distinct parts
Welcome
Fibonacci proof
znajdywacz trojkatow prostokatnych
boolean functions of zero arguments in haskell
Niet
ad-hoc braille dot rendering
equiv_strings