blob: 629e93727b8c6ef9461e5fdc09f1644323de9769 (
plain)
1
2
3
4
5
6
7
|
T10618.hs:3:22: error:
Variable not in scope: (<|>) :: Maybe (Maybe a0) -> Maybe a1 -> t
Suggested fix:
Perhaps use one of these:
‘<>’ (imported from Prelude), ‘<$>’ (imported from Prelude),
‘<*>’ (imported from Prelude)
|