ark-lang / ark

A compiled systems programming language written in Go using the LLVM framework
https://ark-lang.github.io/
MIT License
682 stars 47 forks source link

tests/list.ark fails #706

Open MovingtoMars opened 8 years ago

MovingtoMars commented 8 years ago

Seems to be a problem with generics. Not sure of the cause.

kiljacken commented 8 years ago

I've done some work towards fixing this. What we currently need is replacing generic type parameters in the ConstructorType part of SubsType, or handling them some other way. I'm currently not feeling the coding groove, so I'm just dropping the info here.