Tagged Questions
The signature-files tag has no wiki summary.
2
votes
1answer
202 views
F# signature file error
I was trying to use a fsi file to allow mutually recursive classes in separate files, but my fsi file did not compile. Below is a simple example which demonstrates the problem.
File program.fs:
...
2
votes
1answer
355 views
Signature Files and Access Modifers in F#
I've recently been trying to learn the Object-Oriented aspects of F#, and have become curious about how to restrict access to types/modules in the language.
More specifically, I want to know the ...