Replace `x: SomeFloat;` with `x: T;` in your multiplication proc definition. 
The nim compiler can't determine which `T` you are wanting when there are no 
parameters with `T` as the type, so it's telling you that with `Maybe generic 
arguments are missing?`. 

Reply via email to