blob: 6ea95f1754d9d820324b788063ba04c3ff7942db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
T16628.hs:10:5:
No instance for (MonadFail Identity)
arising from a do statement
with the failable pattern â[x]â
In a stmt of a 'do' block: [x] <- i1
In the expression:
do _ <- i0
[x] <- i1
pure (x + 42)
In an equation for âfâ:
f i0 i1
= do _ <- i0
[x] <- i1
pure (x + 42)
|