packages feed

liquidhaskell-0.8.0.2: tests/errors/HigherOrderBinder.hs

{-@ foo :: a: Int -> f: (Int -> Int) -> {v : Int | v = 123 + (f a) } @-}
foo :: Int -> (Int -> Int) -> Int
foo a f = f a