Closed GoogleCodeExporter closed 9 years ago
Original comment by ggr...@gmail.com
on 10 Mar 2008 at 12:59
r572 fixes these examples.
There is a minor complication though; I do not know how to handle the
permutation part (for names) in Vlazy. So I'll restrict our evaluation ability
to empty permutations, and we have to fix the other case as it arises.
Also the evaluation may fail without an error message when the forcing of the
Vlazy does not give a Code (but e.g. a Vbottom). I'll play around a bit and fix
if it is easy to do so.
Original comment by ggr...@gmail.com
on 11 Jan 2011 at 4:06
r573 now performs:
prompt> run (let f a = a+42 in lazy undefined)
**undefined** : forall 'a.'a
BUT: I suspect it should actually pull on that undefined, causing a run-time
error. This comes next.
Original comment by ggr...@gmail.com
on 11 Jan 2011 at 4:25
r574 solves all my concerns voiced in
http://code.google.com/p/omega/issues/detail?id=58#c2
and
http://code.google.com/p/omega/issues/detail?id=58#c3
'run' behaves like a function now :-)
Original comment by ggr...@gmail.com
on 11 Jan 2011 at 4:43
Original issue reported on code.google.com by
ggr...@gmail.com
on 10 Mar 2008 at 12:58