packages feed

liquidhaskell-0.5.0.0: tests/neg/datacon-eq.hs

module Blank (foo) where

-- This is a blank file.

data G = A | B

{-@ foo :: Int -> {v:G | v = A} @-}
foo  :: Int -> G
foo _ = B