liquidhaskell-0.8.0.2: tests/errors/UnboundAbsRef.hs
-- ISSUE: this "crashes" without a decent source location
-- You can fix this with the signature `ide :: forall <p :: a -> Prop>. a<p> -> a<p>`
-- but it would be nice to have an error message that pinpoints the location.
-- https://github.com/ucsd-progsys/liquidhaskell/issues/655
module Ide where
{-@ ide :: a<p> -> a<p> @-}
ide x = x