Reading sources of Array2D module, I\'ve stumbled upon this interesting construct in implementation of many core functions, for example:
[
I think that this has 2 purposes:
Add functions in a high performance way which is hard with the F# type system.You can actually use this but you have to specify the --compiling-fslib (undocumented) and --standalone flags in your code.