PMunch/futhark

Question: type names.

Shinyzenith opened this issue · 2 comments

image
sorry but why are type names so horrible ༎ຶ‿༎ຶ

Ah, those are intermediary names to allow you to redefine your own types in the mix. It's a bit complicated, but if you look around you should find something like

when not declared(structwllistener):
  type structwllistener = structwllistener_18485576

So you can use structwllistener without the numbers

Yep Rika over on the discord server told me the same. Thank you!