Open batracos opened 6 years ago
These syntaxes are not supported yet
f[x_][y_] := x*y (*^ entity.name.function*) f /: g[f[a_]] := a (*^ entity.name.function*) (* ^variable.function.wolfram *)
How is f[x_][y_] := x*y not supported yet?
f[x_][y_] := x*y
These syntaxes are not supported yet