blob: 6b08c0a814917a6b1e69e99901d391f53981d76b (
plain)
1
2
3
4
5
6
7
8
|
annfail12.hs:5:1:
Exception when trying to run compile-time code:
You were meant to see this error!
In the expression:
(error "You were meant to see this error!" :: Int)
In the annotation:
{-# ANN f (error "You were meant to see this error!" :: Int) #-}
|