summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/prog001/B.hs
blob: e57c31ffff4de9158c3d63874a392bf7bba8769d (plain)
1
2
3
4
5
module B (module B, module C) where

import C 

k x = x `mod` 11