summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/cabal/T16219/library-a/B.hs
blob: ad896562af6054ff9228742d63e4ef9b3c2ba895 (plain)
1
2
3
4
5
6
module B where

import A.Sig

exclaimA :: A -> String
exclaimA = (++ "!") . showA