Closed GoogleCodeExporter closed 9 years ago
The problem comes from Encoding2.hs:194
to1 f = Vprimfun "to1" (analyzeWith(return . to . f . from)) -- (a -> b) -> V
to1 should be defined to accept a name argument which should be passed thru
make1 (in LangEval.hs:517).
Original comment by ggr...@gmail.com
on 7 Nov 2007 at 1:43
I try to put a patch together.
Original comment by ggr...@gmail.com
on 9 Dec 2007 at 9:05
on branches/typefun-pattern-issues
Revision 48 and Revision 49
implement the necessary changes.
Original comment by ggr...@gmail.com
on 9 Dec 2007 at 10:02
this patch fixes the problem. implementation details are not displayed any more.
Original comment by ggr...@gmail.com
on 10 Dec 2007 at 11:35
Attachments:
Original comment by ggr...@gmail.com
on 31 Mar 2008 at 8:11
fixed with r144
Original comment by ggr...@gmail.com
on 1 Apr 2008 at 8:44
prompt> ord
<primfun ord> : Char -> Int
OK in 1.4.6!
Original comment by ggr...@gmail.com
on 3 Feb 2011 at 10:48
Original issue reported on code.google.com by
ggr...@gmail.com
on 7 Nov 2007 at 1:18