packages feed

liquidhaskell-0.8.0.2: tests/pos/NoExhaustiveGuardsError.hs

module Foo where

{-@ LIQUID "--no-totality" @-}
bar :: Int -> Int -> Int
bar x y | x >  y = 1
        | x <= y = 0