:: Ord a => [a] -> [a] -package:heaps -package:ghc-lib-parser package:errors

tailSafe [] = []
tailSafe [1,3,4] = [3,4]