summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/Ghci025B.hs
blob: 3218cf654175c1f124cff5af850d91bd90f95d08 (plain)
1
2
3
4
5
module Ghci025B (module Ghci025B, module Ghci025C) where

import Ghci025C

k x = x `mod` 11