I have written a bunch of function in an .fs file under a namespace and module and I would like to use them in an .fsx files for some testing with sample data. I tried loading into the fsi at the top of the fsx file "#load sample.fs" but I still am unable to use the functions.
How can I access the sample.fs functions in a seperate fsx file?
Thanks!