summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod106.hs
blob: 7fae66d9b77309dcc6f1b9f4e7ceb2c704b0c214 (plain)
1
2
3
4
5
6
7
8
-- !!! local aliases
module M where

import qualified GHC.List as M
import qualified Data.Maybe as M

x = M.length
b = M.isJust