summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T12983/src/New_Hospital.hs
blob: 2cbd21401c47b5a0f53a61aaee04c006d245281e (plain)
1
2
3
4
5
6
module Hospital where

import ShortText

foo :: Int -> String
foo i = toString (ShortText (show i))