hs-to-coq icon indicating copy to clipboard operation
hs-to-coq copied to clipboard

Type inference issue with `Arrow` type class

Open sweirich opened this issue 7 years ago • 0 comments

see examples/tests/Arrow.hs

Shows up in CallArity.hs. Workaround is to use a let to name the argument of Arrow.first instead of providing a lambda expression.

sweirich avatar Dec 07 '17 12:12 sweirich