Just importing a module doesn’t change anything… You need to actually use the provided macros…
In your case it should be enough to replace fn
by fun
.
Just importing a module doesn’t change anything… You need to actually use the provided macros…
In your case it should be enough to replace fn
by fun
.