packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/TransformListComp.hs

{-# LANGUAGE TransformListComp #-}

oldest :: [Int] -> [String]
oldest tbl = [ "str"
             | n <- tbl
             , then id
             ]