liquidhaskell-0.8.10.7: tests/measure/neg/ple1.hs
-- this tests reflection + PLE + holes
{-@ LIQUID "--reflection" @-}
{-@ LIQUID "--ple" @-}
module Ple1 where
import Ple1Lib
{-@ check :: _ -> { adder 10 20 == 300 } @-}
check () = ()
-- this tests reflection + PLE + holes
{-@ LIQUID "--reflection" @-}
{-@ LIQUID "--ple" @-}
module Ple1 where
import Ple1Lib
{-@ check :: _ -> { adder 10 20 == 300 } @-}
check () = ()