summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci061.hs
blob: 2779bb5d1f0526a0690842b4768a042da4386306 (plain)
1
2
3
4
5
two_args :: [String] -> IO String
two_args _ = return "two_args> "

three_args :: [String] -> Int -> IO String
three_args _ _ = return $ "three_args> "