liquidhaskell-0.8.10.7: tests/reflect/neg/ReflString0.hs
-- cf https://github.com/ucsd-progsys/liquidhaskell/issues/1044
module ReflString0 where
{-@ reflect foo @-}
{-@ foo :: x:_ -> {v:_ | v <=> x == "cot"} @-}
foo :: String -> Bool
foo x = x == "cat"