packages feed

haskell-debugger-0.13.0.0: test/integration/repeat/Main.hs

module Main where
main :: IO ()
main = do
    let x = repeat "hello"
    print ("hello world", x)