How can I load another F# source file (*.fs) into a project? The #load "path/to/file" preprocessor directive only works if the file you're working from is an F# script file or F# interactive.
I think it may have to do with a makefile, am I correct?
EDIT: Also, I'm not using any IDE; just Emacs, and Mono.