blob: daab1c40a9d2e4a4e0cb54638d6f93a00aaf9054 (
plain)
1
2
3
4
5
6
7
|
T7224.hs:6:19: error:
• Expected kind ‘i’, but ‘i’ has kind ‘*’
• In the first argument of ‘m’, namely ‘i’
In the type signature:
ret' :: a -> m i i a
In the class declaration for ‘PMonad'’
|