liquidhaskell-0.8.10.1: tests/errors/UnboundVarInReflect.hs
module UnboundVarInReflect where
-- see GH #1708
{-@ LIQUID "--reflection" @-}
{-@ reflect frog @-}
frog :: () -> Bool
frog () = undefined
module UnboundVarInReflect where
-- see GH #1708
{-@ LIQUID "--reflection" @-}
{-@ reflect frog @-}
frog :: () -> Bool
frog () = undefined