xperssion.
for the toplevel it infers:
mylength :: (?stack::[Dyn]) => Dyn -> Dyn -> [Dyn] -> Maybe Float
for the let-Binding
mylength :: Dyn -> Dyn -> [Dyn] -> Maybe Float
and this is what I expected.
Has anyone an Idea, why this happens?
best regards,
Eike S
re a Runtime-error occured?
an odd example:
> undef = error ?errstr
> () x s = let ?errstr = ?errstr++"\n"++s in x -- annotate error tags
so error annotations will accumulate and it would be easy to resolve
runtime errors.
best regards
Eike Scholz
_