I feel very stupid in this matter, but it is very difficult for me to find documentation about this.
If I declare a structure like this:
type BuildNumber = struct val major : int val minor : int val build : int val revision : int end
Then how to create a new instance of type BuildNumber ?
source share