summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/T10908.hs
blob: 09056f938a207a1cde2f5ef30ced557d1f2c1bfe (plain)
1
2
3
4
5
6
7
8
9
10
{-# OPTIONS_GHC -fwarn-missing-exported-signatures #-}

module Bug (Data.List.intercalate, x) where

import qualified Data.List

intercalate = True

x :: Bool
x = intercalate