module-management-0.20.2: testdata/split2-expected/Split/OtherSymbols.hs
{-# LANGUAGE FlexibleContexts #-}
-- Split a module with a re-export
module Split.OtherSymbols
( -- Symbols that are exported but not declared go into ReExported
(+-+)
) where
import Data.Char (isAlphaNum)
import Data.List (dropWhile)
import URL
-- Symbols that can't be turned into module names go into OtherSymbols
(+-+) :: Int
(+-+) = 2