Luis Diogo Couto

Results 39 comments of Luis Diogo Couto

Right, I think we're on the same page. There are definitely some places where `hit()` should be called. But when you're doing the painting of the coverage by combining the...

I think it's ok. But the metric it reports is different so I'm not sure it can exactly replace the current one. On 19 September 2015 at 10:25, Peter Tran-Jørgensen...

The classic approach do duplicates value names in functional languages is to have the second overshadow the fist. But we should look at the ISO specification and see that it...

Isn't there a searchable pdf somewhere? Maybe we could try ocr tricks again. On 23 January 2016 at 19:32, Peter W. V. Tran-Jørgensen < [email protected]> wrote: > Maybe we can...

Is there any difference between let statements and expressions? (other than the obvious of one working for statements and the other for exps)

Right, I see the point. We may not need two contexts. We can use the let exp context for introducing the variables and the op call context (see below) to...

So, on https://github.com/overturetool/language/issues/33 Nick used "pdfimages" and "tesseract". If what you're trying fails, those might be worth a shot.

Does that apply to all kinds of definitions, including values?

Ok, cool. I'm upgrading this to bug. Is this a type checker or parser bug? @nickbattle is this something the parser can detect?