packages feed

hhp-1.0.3: test/data/hlint.hs

module Hlist where

main :: IO ()
main = do
    putStrLn $ foldr (+) 0 [0 .. 10]
    putStrLn "Hello"