liquidhaskell-0.7.0.0: tests/todo/Measure.hs
module Measure where
data Foo a = F a
{-@ measure foo :: a -> Int @-}
{-@ measure bar :: (Foo a) -> Bool
bar(F xs) = (foo xs) @-}
module Measure where
data Foo a = F a
{-@ measure foo :: a -> Int @-}
{-@ measure bar :: (Foo a) -> Bool
bar(F xs) = (foo xs) @-}