blob: d2c3495ee64d8e15c8e90327b0ff5c49f18e8dda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Left user error (error)
Stopped at <exception thrown>
_exception :: e = SomeException (GHC.Exception.D:Exception _
(GHC.Show.D:Show ...) ....)
(GHC.IO.Exception.IOError Nothing GHC.IO.Exception.UserError ....)
_exception = SomeException (GHC.Exception.D:Exception _
(GHC.Show.D:Show _ _ _) _ _)
(GHC.IO.Exception.IOError Nothing GHC.IO.Exception.UserError []
['e','r','r','o','r'] Nothing Nothing)
*** Exception: user error (error)
Stopped at <exception thrown>
_exception :: e = SomeException (GHC.Exception.D:Exception _
(GHC.Show.D:Show ...) ....)
(GHC.IO.Exception.IOError Nothing GHC.IO.Exception.UserError ....)
_exception = SomeException (GHC.Exception.D:Exception _
(GHC.Show.D:Show _ _ _) _ _)
(GHC.IO.Exception.IOError Nothing GHC.IO.Exception.UserError []
['e','r','r','o','r'] Nothing Nothing)
*** Exception: user error (error)
Stopped at <exception thrown>
_exception :: e = SomeException (GHC.Exception.D:Exception _
(GHC.Show.D:Show ...) ....)
(GHC.IO.Exception.IOError Nothing GHC.IO.Exception.UserError ....)
_exception = SomeException (GHC.Exception.D:Exception _
(GHC.Show.D:Show _ _ _) _ _)
(GHC.IO.Exception.IOError Nothing GHC.IO.Exception.UserError []
['e','r','r','o','r'] Nothing Nothing)
Left user error (error)
|