You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result of generated.nim after nim r -d:nodeclguards ./test.nim (no declaration guards for readability, the existence or nonexistence of this flag does not change the resulting type):
Currently, futhark replaces argument names of function pointers with
a[some number]
.This can be seen with the simple example:
The result of
generated.nim
afternim r -d:nodeclguards ./test.nim
(no declaration guards for readability, the existence or nonexistence of this flag does not change the resulting type):It might be nicer for library usage if the resulting
generated.nim
was something more like:For users of the wrapper, it will offer more insight into what kind of objects should be passed to procs (more than just type information).
The text was updated successfully, but these errors were encountered: