packages feed

haskell-debugger-0.13.0.0: test/integration/T107a/app/Main.hs

module Main (main) where

import MyLib


main :: IO ()
main = a `thenDo` ("before" ++ "OK ")
    where
        a x = do
            putStrLn x
            pure (x++"hi2b")