In C#, I do this:
public const double PAPER_SIZE_WIDTH = 8.5 * 96;
What is the best way to define this global constant in F#?
This fails