blob: 62aa429cadcd64c8c39b60802cc5eb5d214df3ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Left user error (error)
Stopped at <exception thrown>
_exception :: e = _
_exception = SomeException
(IOError Nothing UserError [] "error" Nothing Nothing)
*** Exception: user error (error)
Stopped at <exception thrown>
_exception :: e = _
_exception = SomeException
(IOError Nothing UserError [] "error" Nothing Nothing)
*** Exception: user error (error)
Stopped at <exception thrown>
_exception :: e = _
_exception = SomeException
(IOError Nothing UserError [] "error" Nothing Nothing)
Left user error (error)
|