packages feed

apply-refact-0.8.1.0: tests/examples/Extensions10.hs.expected

{-# LANGUAGE ImplicitParams, BangPatterns #-} 
sort :: (?cmp :: a -> a -> Bool) => [a] -> [a] 
sort !f = undefined