Closed felixangell closed 8 years ago
Linked to #724
Code example?
If I were to call a generic function, for instance alloc
in stdlib and not specify the type I get an infinite loop:
foo := mem;:alloc();
Oh you mean generic arguments.
Oh yep thats what I meant.
Giving me an infinite loop