apply-refact-0.1.0.0: tests/examples/Extensions10.hs
{-# LANGUAGE ImplicitParams, BangPatterns #-}
sort :: (?cmp :: a -> a -> Bool) => [a] -> [a]
sort !f = undefined{-# LANGUAGE ImplicitParams, BangPatterns #-}
sort :: (?cmp :: a -> a -> Bool) => [a] -> [a]
sort !f = undefined