liquidhaskell-0.8.10.1: tests/pos/T1461.hs
module T1461 where import Data.List (sortBy) import qualified Data.List.NonEmpty as NE foo :: NE.NonEmpty a -> Int foo = NE.length
module T1461 where import Data.List (sortBy) import qualified Data.List.NonEmpty as NE foo :: NE.NonEmpty a -> Int foo = NE.length