packages feed

ghc-exactprint-0.5.0.0: tests/examples/ghc710/TransformListComp.hs

{-# LANGUAGE TransformListComp #-}

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