My question has 3 parts:
Given a file
.sigwith a signature, how to import it correctly into a file.smlspecifying a structure implementation?Given a file
.smlspecifying a structure implementation, how to correctly import it into other.smlfiles?Where can I find more information on structuring SML projects? Simple websearch didn't help.
I was told that open SomeStructure is not a safe way. I am new to ML-family idioms, hence the question. Thanks.