Adriano Meligrana

Results 247 comments of Adriano Meligrana

I prefer the human generated C. and I also like the pun ;)

they are not good because one variant is not reacheable because of the presence of the more general one. Actually this would be fine: ```julia julia> @sumtype A{T}(B{Int}, B{T}) ```...

yes, I added the support for parametrized types. Actually I think that ```julia @sumtype` A{T}(B{T}, B{Int}) ``` could be supported but we need to reorder internally the types so that...

Really neat, I will add comments while looking at it, and try to see what @aldoglielmo is asking for help

`run_ar.jl`, `run_arx.jl`, `run_var.jl` and `run_varx.jl` seem to contain a lot of repetitions so I think it should be useful for readability to have some functions so that to reduce redundancy....

I did a bit of back and forth with path consistency :D the problem is that 1. there are some inconsistencies (e.g. sometimes you use the relative path as if...

sure I can help with all the comments I wrote, so consider all of that taken care by without problems

I did a bit of restructuring because on my computer the script didn't work without first executing a bunch of other things, now `create_tables.jl` should work without problem from any...

I probably missed the CANVAS and conditional forecasting question part, I would say you could surely open a new pull request for the CANVAS part because I think it can...

I remove the `ar` folder in the last commit because I think it was a preliminary step towards the other functions right? Let me know if instead you thought to...