liquidhaskell-0.8.10.1: tests/errors/HintMismatch.hs
{-# LANGUAGE DataKinds #-}
module HintMismatch where
newtype Offset struct member = Offset { unOffset :: Int }
type OffsetN t = Offset (t 'Nothing)
foo = Nothing
{-@ bar :: t 'Nothing @-}
bar :: t 'Nothing
bar = undefined