summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T2976.stdout
blob: 9fdc11072c2584b86a7515824f60e44e98870c7c (plain)
1
2
3
4
5
6
test :: Integer = 0
test = 0
test :: Integer = 0
test :: [Char] = _
test = "test"
test :: [Char] = "test"