haxetink / tink_macro

The macro toolkit
MIT License
57 stars 17 forks source link

TypeMap: Flatten nested Null<T>'s (Closes #18) #19

Closed kevinresol closed 4 years ago

kevinresol commented 6 years ago

18

kevinresol commented 6 years ago

Turns out it is not going to work, because the compiler would unify {i:Int} and {?i:Int}

kevinresol commented 6 years ago

This should work now

kevinresol commented 6 years ago

Possibly https://github.com/HaxeFoundation/haxe/pull/6907 fixes this

back2dos commented 4 years ago

Ok, I think I'm onto something here.