1
0
Fork 0

Compare commits

..

No commits in common. "9bf196a8f9c0d15da4eb201ca70c6d3c8c66749f" and "03276cd8c5931f7cea4d87c92a943acc0ba5a234" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -75,10 +75,10 @@
haskell-language-server haskell-language-server
ghcid ghcid
hlint hlint
] ++ (with pkgs; [
# Scripts # Scripts
clean clean
]); ];
shellHook = '' shellHook = ''
echo ".------..------..------..------..------..------..------..------..------..------." echo ".------..------..------..------..------..------..------..------..------..------."

View File

@ -1,4 +0,0 @@
-- https://www.hackerrank.com/challenges/fp-list-replication/
f :: Int -> [Int] -> [Int]
f s = concatMap (replicate s)