Ambiguous type variable error msg

前端 未结 5 564
终归单人心
终归单人心 2020-12-08 10:35

I don\'t think it is a bug, but I am a bit puzzled as to why that doesn\'t work. A bonus question is why does it mention variable e? There is no variable e.

    P         


        
5条回答
  •  無奈伤痛
    2020-12-08 11:28

    A workaround is to use Control.OldException in ghc 6.10.* instead of Control.Exception.

提交回复
热议问题