I keep getting an undeclared identifier error when trying to call a proc from a file. I have two files ABC.nim and XYZ.nim, in ABC I've declared a proc er_in_seq and I'm calling it in XYZ, however it keeps throwing the error. Even though I've defined like so:
proc er_in_seq*(a: string, desired_seq: seq[string]) : bool =
I'm really not too sure what is causing this issue. I'm using Nim 0.11.0