Use .fs functions in an .fsx script in F# (visual studio)

753 views Asked by At

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!

0

There are 0 answers