packages feed

liquidhaskell-0.7.0.0: tests/todo/FldBug.hs

module Foo where

{-@ data Foo = F { thing :: Nat } @-}
data Foo = F { thing :: Int }


{-@ bar :: Foo -> Nat @-}
bar z = thing z