Closed GoogleCodeExporter closed 9 years ago
see r801 and r816 (trunk), these may fix this issue
Original comment by ggr...@gmail.com
on 29 Aug 2011 at 4:31
this is not completely resolved yet:
prompt> (Ex (42,show) :: (exists a.(a,a->String))
"keyboard input" (line 1, column 1) tabs []:
unexpected "(" at: "Ex (42,sho...", reserved word "Ex" at: " (42,show)...", or
":" at: " (exists a..."
expecting: end of input, ":", "let", pattern, or expression
This probably worked earlier:
prompt> (Ex (42,show)) :: exists a.(a,a->String)
(42,<primfun show>) : exists a.(a,a -> [Char])
Original comment by ggr...@gmail.com
on 29 Aug 2011 at 5:38
r821 fixes this:
prompt> Ex (42,show) :: exists a.(a,a->String)
(42,<primfun show>) : exists a.(a,a -> [Char])
Original comment by ggr...@gmail.com
on 29 Aug 2011 at 6:16
r816 with r821 and r822 finally should fix this
Original comment by ggr...@gmail.com
on 29 Aug 2011 at 6:18
Original issue reported on code.google.com by
ggr...@gmail.com
on 28 Jan 2011 at 1:01