packages feed

liquidhaskell-0.8.10.1: tests/errors/UnboundCheckVar.hs

{-@ LIQUID "--checks=ink" @-}

module UnboundCheckVar where 

inc :: Int -> Int 
inc x = x + 1