Closed GoogleCodeExporter closed 9 years ago
shorter testcase:
prompt> let foo (a :: Code Int) = [| run a |]
foo
prompt> foo [|42|]
[| run (%a) |] : Code Int
prompt> run (foo [|42|])
omega.exe: Push not defined for: [| 42 |]
looks like an undetected cross-stage problem.
Also occurs in the Nov 8 snapshot.
Original comment by ggr...@gmail.com
on 7 Mar 2008 at 11:55
r575 should fix this, see commit text.
Original comment by ggr...@gmail.com
on 11 Jan 2011 at 5:35
Original issue reported on code.google.com by
ggr...@gmail.com
on 7 Mar 2008 at 11:51