liquidhaskell-0.9.0.2.1: tests/import/client/ExactGADT9.hs
{-@ LIQUID "--reflection" @-}
{-@ LIQUID "--no-adt" @-}
{-# LANGUAGE ExistentialQuantification, KindSignatures, TypeFamilies, GADTs #-}
module ExactGADT9 where
import ExactGADT8Lib
{-@ reflect bar @-}
bar :: RefinedFilter Blob typ -> Bool
bar (RefinedFilter BlobXVal) = True
bar (RefinedFilter BlobYVal) = True