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