-- ISSUE: this "crashes" without a decent source location -- You can fix this with the signature `ide :: forall

Prop>. a

-> a

` -- 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

-> a

@-} ide x = x