liquidhaskell-0.8.10.7: tests/measure/neg/Ple1Lib.hs
{-@ LIQUID "--reflection" @-}
{-@ LIQUID "--ple" @-}
module Ple1Lib where
{-@ reflect adder @-}
adder :: Int -> Int -> Int
adder x y = x + y
{-@ prop :: _ -> { adder 5 6 == 12 } @-}
prop () = ()