Add tags

Add tags to the following comment
1
2
3
4
5
bin :: [Integer] -> Integer
bin = foldl (\x y -> x * 2 + y) 0

-- Prelude> bin[0, 1, 1, 0, 1, 0, 0, 1]
-- 105

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...