packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/CPP/ConditionalSubImport.hs

{-# LANGUAGE CPP #-}
module CPP.ConditionalSubImport where

import Data.List(findIndex,intersperse,nub,sort,sortBy
#if __GLASGOW_HASKELL__ >= 710
                , sortOn
#endif
                )

a = sortOn fst [("a","x")]