liquidhaskell-0.8.10.1: tests/import/lib/T1102_LibX.hs
{-@ LIQUID "--exact-data-con" @-}
module T1102_LibX where
import T1102_LibY
-- import T1102_LibZ
-- zink = fooA
{-@ theorem :: x:Bar -> {bar x = bar x} @-}
theorem :: Bar -> ()
theorem _ = ()